[Mono-bugs] [Bug 77503][Cri] Changed - compiling file in
ISO-8859-15 encoding with degree symbol character constant fails
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 8 12:05:47 EST 2006
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 jo.vermeulen at gmail.com.
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: rharinath at novell.com
ReportedBy: jo.vermeulen at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -58,6 +58,14 @@
{
public static void Main(string[] args)
{
char a = '°';
}
}
+
+------- Additional Comments From jo.vermeulen at gmail.com 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
More information about the mono-bugs
mailing list