[Mono-bugs] [Bug 28012][Nor] Changed - '\uXXXX' problem in runtime and compiler

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
30 Jul 2002 19:36:54 -0000


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 gonzalo@ximian.com.

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

--- shadow/28012	Wed Jul 24 07:57:25 2002
+++ shadow/28012.tmp.31619	Tue Jul 30 15:36:54 2002
@@ -1,13 +1,13 @@
 Bug#: 28012
 Product: Mono/Runtime
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -47,6 +47,14 @@
 ------- Additional Comments From lupus@ximian.com  2002-07-24 07:57 -------
 The runtime works coorectly, assuming you have an utf-8 terminal.
 Maybe we should convert to the local encoding on WriteLine to the Console?
 $ mono char-ref.exe |recode utf-8
 Ñ
 
+
+------- Additional Comments From gonzalo@ximian.com  2002-07-30 15:36 -------
+I tried:
+$ echo -e "\033%G"
+
+to set the terminal to UTF-8 and then run the program.
+
+The output is correct!