[Mono-bugs] [Bug 52065][Min] Changed - Problems with Culture and ByteFX
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Jan 2004 10:31:13 -0500 (EST)
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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52065
--- shadow/52065 2004-01-06 12:27:35.000000000 -0500
+++ shadow/52065.tmp.8692 2004-01-07 10:31:13.000000000 -0500
@@ -62,6 +62,17 @@
}
}
Compile and run.
+
+------- Additional Comments From lluis@ximian.com 2004-01-07 10:31 -------
+An even simpler test case:
+
+class Test
+{
+ public static void Main ()
+ {
+ "HI".ToLower(new System.Globalization.CultureInfo("en-US"));
+ }
+}