[Mono-bugs] [Bug 54046][Maj] Changed - String.Compare broken on Mono 0.30/Windows
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Mar 2004 14:44:41 -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=54046
--- shadow/54046 2004-03-16 13:08:55.000000000 -0500
+++ shadow/54046.tmp.22419 2004-03-16 14:44:41.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 54046
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: gonzalo@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
@@ -44,6 +44,10 @@
If you use the InvariantCulture, it will work. However, other cultures
fail due to the ICU collator lack of flexibility (when you do a case
insensitive compare, it ignores other symbols.
This will be fixed when ICU dependency is dropped.
+
+------- Additional Comments From gonzalo@ximian.com 2004-03-16 14:44 -------
+Dick told me a way to fix this using ICU.
+Fixed in CVS.