[Mono-bugs] [Bug 52856][Nor] Changed - CultureInfo:name_to_lcid is case-sensitive
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Mar 2004 18:36:31 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52856
--- shadow/52856 2004-01-14 12:57:57.000000000 -0500
+++ shadow/52856.tmp.12977 2004-03-03 18:36:31.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 52856
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: rich@velvetsea.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -21,6 +21,9 @@
http://www.gotdotnet.com/'s workspaces), the menu control asks for the 'en-
us' culture but name_to_lcid raises a System.ArgumentException with the
message "Culture name en-us is not supported". This is obviously true
since the culture name is defined as 'en-US' in Mono. For compatibility
with other controls, it seems that the comparisons should be made case-
insensitive.
+
+------- Additional Comments From dick@ximian.com 2004-03-03 18:36 -------
+This has been fixed in more recent versions of mono.