[Mono-bugs] [Bug 50963][Cri] Changed - System.Globalization.CultureInfo raises exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Nov 2003 20:17:42 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=50963

--- shadow/50963	2003-11-13 20:15:56.000000000 -0500
+++ shadow/50963.tmp.5539	2003-11-13 20:17:41.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 50963
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: 080 Two weeks
 Priority: Critical
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dan@atacomm.com               
@@ -48,6 +48,10 @@
 
 ------- Additional Comments From dan@atacomm.com  2003-11-13 20:15 -------
 The C# file created by Visual Studio after parsing the XSD file has 
 the line: 
 
 this.Locale = new System.Globalization.CultureInfo("en-US");
+
+------- Additional Comments From gonzalo@ximian.com  2003-11-13 20:17 -------
+Does your runtime have support dor ICU? You need libicu installed...
+Also, can you provide a test case? The simpler the better.