[Mono-bugs] [Bug 52893][Nor] New - Better exception for ICU related issues

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jan 2004 23:38:37 -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 tberman@gentoo.org.

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

--- shadow/52893	2004-01-14 23:38:37.000000000 -0500
+++ shadow/52893.tmp.22612	2004-01-14 23:38:37.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 52893
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tberman@gentoo.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Better exception for ICU related issues
+
+When we can obviously catch a ICU related crash, we should throw an
+exception noting that so people understand why the crash existed.
+
+Potentially we could when ICU isnt installed convert from any CultureInfo
+to Invariant so we get no crashing? Not sure, just speculation.