[Mono-bugs] [Bug 51529][Wis] New - Encoding problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 20:05:06 -0400 (EDT)


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.14129	2004-04-28 20:05:06.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 51529
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Wishlist
+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();
+when I test it in the console, and I input a chinese word. It can not get
+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?
+