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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=51529 --- shadow/51529 2005-05-30 14:37:58.000000000 -0400 +++ shadow/51529.tmp.15608 2005-05-30 15:06:52.000000000 -0400 @@ -36,6 +36,15 @@ Even though my $LANG is set to en_US.UTF-8, I'm not able to use Console.WriteLine to write out Chinese characters. Here's a screenshot: http://a-chinaman.com/stuff/images/mono-chinese.png + +------- Additional Comments From [EMAIL PROTECTED] 2005-05-30 15:06 ------- +Compile with -codepage:actual_codepage (e.g. 65001 if the source is +utf-8) or you won't get expected results. + +Anyways, we don't have GB18030 encoding, so it must not be successful. + +Let's keep it as Wishlist and wait for possible contribution on +GB18030 implementation. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
