[Mono-bugs] [Bug 64691][Nor] Changed - Unicode character bug
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 12 Sep 2004 17:49:21 -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-09-12 17:48:00.000000000 -0400
+++ shadow/64691.tmp.15161 2004-09-12 17:49:21.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 64691
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: marek.safar@seznam.cz
@@ -52,6 +52,27 @@
Am setting the bug to NEEDINFO
------- Additional Comments From marek.safar@seznam.cz 2004-09-12 17:48 -------
Created an attachment (id=10611)
TestCase
+
+------- Additional Comments From marek.safar@seznam.cz 2004-09-12 17:49 -------
+I added sample but I am still not sure whether UTF transation will be
+correct.
+Now mcs reports this
+
+$ mono mcs.exe UnicodeCharEscapeTest.cs
+UnicodeCharEscapeTest.cs(8) error CS1011: Empty character literal
+syntax error, got token `ERROR', expecting BASE BOOL BYTE CHAR CHECKED
+DECIMAL D
+ELEGATE DOUBLE FALSE FLOAT INT LONG NEW NULL OBJECT OUT REF SBYTE
+SHORT SIZEOF S
+TRING THIS TRUE TYPEOF UINT ULONG UNCHECKED USHORT VOID ARGLIST
+OPEN_PARENS CLOS
+E_PARENS TILDE PLUS MINUS BANG BITWISE_AND STAR OP_INC OP_DEC
+LITERAL_INTEGER LI
+TERAL_FLOAT LITERAL_DOUBLE LITERAL_DECIMAL LITERAL_CHARACTER
+LITERAL_STRING IDEN
+TIFIER
+UnicodeCharEscapeTest.cs(8) error CS1002: Expecting `;'
+Compilation failed: 2 error(s), 0 warnings