[Mono-bugs] [Bug 76758][Maj] Changed - String with nonstandard characters is not handled correctly.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Nov 20 17:59:09 EST 2005


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 robertj at gmx.net.

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

--- shadow/76758	2005-11-19 12:42:58.000000000 -0500
+++ shadow/76758.tmp.15492	2005-11-20 17:59:09.000000000 -0500
@@ -60,6 +60,23 @@
 Created an attachment (id=16082)
 zip including exe and VB.NET source showing the problem.
 
 
 ------- Additional Comments From vargaz at gmail.com  2005-11-19 12:42 -------
 -> class libs
+
+------- Additional Comments From robertj at gmx.net  2005-11-20 17:59 -------
+This is probably not a bug.
+
+On Windows the output encoding in utf8. If you
+pipe the output to a file you'll get the correct
+result. Not sure if mono should detect the codepage
+of the console ...
+
+On CentOS you probably compiled the application
+yourself using mcs and did't supply a codepage
+to mcs.
+
+Try mcs /codepage:28591 if your input file is
+Latin1 or mcs /codepage:utf8 if it's UTF8.
+
+


More information about the mono-bugs mailing list