[Mono-bugs] [Bug 27655][Wis] New - mcs special characters problem
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Jul 2002 14:37:33 -0000
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 groith@tcrz.net.
http://bugzilla.ximian.com/show_bug.cgi?id=27655
--- shadow/27655 Thu Jul 11 10:37:33 2002
+++ shadow/27655.tmp.7610 Thu Jul 11 10:37:33 2002
@@ -0,0 +1,29 @@
+Bug#: 27655
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: groith@tcrz.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs special characters problem
+
+IMPORTANT: Do not confuse this with bug 25913.
+It's a bug of the compiler, here.
+
+mcs ignores characters like german umlauts(ä,ü,ö) when compiling.
+
+(example: Console.WriteLine("german umlaut:ä"))
+
+Output: german umlaut:
+
+This happens when mcs is hosted on mono or when it's hosted on .net
+This happens when the resulting executable is executed on mono or .net