[Mono-bugs] [Bug 64691][Nor] New - Unicode character bug
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 30 Aug 2004 18:45:36 -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 marek.safar@seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=64691
--- shadow/64691 2004-08-30 18:45:36.000000000 -0400
+++ shadow/64691.tmp.10993 2004-08-30 18:45:36.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 64691
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: marek.safar@seznam.cz
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Unicode character bug
+
+Description of Problem:
+
+csc compiles this
+
+public class TEST
+{
+
+ public static void Main()
+ {
+ System.Console.WriteLine('ÔŞř');
+ }
+}
+
+Actual Results:
+
+Parser error
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information: