libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS libidn/csharp/generate


From: libidn-commit
Subject: CVS libidn/csharp/generate
Date: Tue, 13 Mar 2007 10:58:54 +0100

Update of /home/jas/self/public-cvs/libidn/csharp/generate
In directory mocca:/home/jas/self/src/libidn/csharp/generate

Modified Files:
        GenerateRFC3454.cs 
Log Message:
AppendLine isn't supported by cscc, use Append+\n.


--- /home/jas/self/public-cvs/libidn/csharp/generate/GenerateRFC3454.cs 
2007/03/13 09:56:55     1.1
+++ /home/jas/self/public-cvs/libidn/csharp/generate/GenerateRFC3454.cs 
2007/03/13 09:58:54     1.2
@@ -1,4 +1,4 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2007  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
@@ -199,7 +199,7 @@
                         else if (5 == l.Length)
                         {
                             //Char
-                            o1.AppendLine("\t/* Skip characters outside the 
range of .NET unicode " + line.Trim() + " */");
+                            o1.Append("\t/* Skip characters outside the range 
of .NET unicode " + line.Trim() + " */\n");
                             //Console.WriteLine("Skip: " + l);                 
           
                             // Skip characters outside the range of Java 
unicode
                         }
@@ -214,7 +214,7 @@
                         }
                         else if (11 == l.Length)
                         {
-                            o1.AppendLine("\t/* Skip characters outside the 
range of .NET unicode " + line.Trim() + " */");
+                            o1.Append("\t/* Skip characters outside the range 
of .NET unicode " + line.Trim() + " */\n");
                             //o1.AppendLine("// " + l);
                             // Console.WriteLine("Skip: " + l);
                             // Skip characters outside the range of Java 
unicode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]