[Mono-bugs] [Bug 23951] New - unicode.c:294 - iconv failure when compiling file which is not valid UTF-8

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Apr 2002 16:28:40 -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 martin@gnome.org.

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

--- shadow/23951	Sat Apr 27 12:28:40 2002
+++ shadow/23951.tmp.30797	Sat Apr 27 12:28:40 2002
@@ -0,0 +1,21 @@
+Bug#: 23951
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: martin@gnome.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: unicode.c:294 - iconv failure when compiling file which is not valid UTF-8
+
+When compiling a file which is not valid UTF-8 with mcs on
+GNU/Linux, you get a failed assertion in unicode.c:294 - it
+tries to use iconv() to convert the input from UTF-8 to UTF-16le.