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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Jul 2002 17:36:04 -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	Fri Jul 19 13:20:47 2002
+++ shadow/28012.tmp.30209	Fri Jul 19 13:36:04 2002
@@ -2,13 +2,13 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,10 @@
 Second: the compiler
 ---------------------
 When compiled with mcs, it produces:
 ldc.i4.s 49             (49 -> '1')
 when compiled with csc:
 ldc.i4     0xd1
+
+------- Additional Comments From gonzalo@ximian.com  2002-07-19 13:36 -------
+Fixed mcs.
+