[Mono-bugs] [Bug 51529][Wis] Changed - Encoding problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Dec 2004 14:10:20 -0500 (EST)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51529
--- shadow/51529 2004-04-28 20:05:06.000000000 -0400
+++ shadow/51529.tmp.3767 2004-12-30 14:10:20.000000000 -0500
@@ -10,13 +10,12 @@
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: shiziye@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Encoding problem
I am a chinese. My system default encoding is GB18030( type "locale" to get).
When I use Console class it can not process chinese word correctly.
For example, I my type
string str = Console.ReadLine();
@@ -24,6 +23,9 @@
the word correctly. I can only get my word from Console.GetStandartInput().
The same happend when I try to output a chinese word with Console.WriteLine();
------- Additional Comments From miguel@ximian.com 2004-04-28 20:05 -------
can you please test with the latest version of Mono?
+
+------- Additional Comments From miguel@ximian.com 2004-12-30 14:10 -------
+Duncan, could you shed some light here?