[Mono-bugs] [Bug 81373][Nor] New - Using System.Console.ReadLine I can get not English characters.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Apr 13 18:13:24 EDT 2007


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 dushistov at gmail.com.

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

--- shadow/81373	2007-04-13 18:13:24.000000000 -0400
+++ shadow/81373.tmp.9324	2007-04-13 18:13:24.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 81373
+Product: Mono: Runtime
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: io-layer
+AssignedTo: dick at ximian.com                            
+ReportedBy: dushistov at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Using System.Console.ReadLine I can get not English characters.
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+Such program can not read not English letters, if use gmcs
+>cat i18n.cs 
+public class i18n {
+        public static void Main(string[] argv) {
+                System.Console.ReadLine();
+        }
+}
+
+Steps to reproduce the problem:
+1. gmcs i18n.cs -out:i18n.exe && mono i18n.exe
+2. try input not English letters
+3. 
+
+Actual Results:
+Garbage in the terminal
+
+Expected Results:
+Not English letters
+
+How often does this happen? 
+
+
+Additional Information:
+
+If compile source code with mcs instead of gmcs all works fine.


More information about the mono-bugs mailing list