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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77503 --- shadow/77503 2006-02-08 11:53:18.000000000 -0500 +++ shadow/77503.tmp.14537 2006-02-08 12:05:47.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 77503 Product: Mono: Compilers Version: 1.1 -OS: +OS: unknown OS Details: Ubuntu Breezy with Mono updates from apt.filefind.net Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Critical Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -58,6 +58,14 @@ { public static void Main(string[] args) { char a = '°'; } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-08 12:05 ------- +Steps should have been: + +1. Write some C# code which uses a character constant with the degree +symbol +2. Save it in ISO-8859-15 encoding (e.g. by using Gedit) +3. Try to compile it _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
