[Mono-bugs] [Bug 355138] New: Unicode accended chars can't be used in source code

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 21 11:29:44 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=355138


           Summary: Unicode accended chars can't be used in source code
           Product: Mono: Compilers
           Version: 1.2.6
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: fog at initd.org
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


I don't know what the specification says about so maybe this is not really a
bug but gmcs doesn't compile any file in which in identifiers contain accented
chars. For example a class named "LinesBézierCurve" yields the following
error:

/home/fog/Workspaces/PDFsharp/XGraphicsLab/Tester/Lines/LinesBezierCurve.cs(8,22):
error CS1518: Expected `class', `delegate', `enum', `interface', or `struct'
/home/fog/Workspaces/PDFsharp/XGraphicsLab/Tester/Lines/LinesBezierCurve.cs(37,11):
error CS0116: A namespace can only contain types and namespace declarations

If accented chars are not allowed by the standard wouldn't it be better to show
a different, more informative error?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list