[Mono-bugs] [Bug 23541] Changed - libiconv oddities on windows

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 Apr 2002 12:26:31 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=23541

--- shadow/23541	Fri Apr 19 17:04:18 2002
+++ shadow/23541.tmp.31563	Sat Apr 20 08:26:31 2002
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: martin@cwanet.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mcs fails to compile sources with long comment lines.
+Summary: libiconv oddities on windows
 
 Description of Problem:
 mcs fails to compile sources with long comment lines. csc has no problem.
 
 Steps to reproduce the problem:
 1. copy the lines below to test2.cs
@@ -53,6 +53,10 @@
 		}
 	}
 }
 
 ------- Additional Comments From miguel@ximian.com  2002-04-19 17:04 -------
 This is a bug in the runtime.
+
+------- Additional Comments From lupus@ximian.com  2002-04-20 08:26 -------
+It works on linux: this may be due to the different behaviour libiconv
+has on some platforms (this bug may also be related to bug#23116).