[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 13:08:55 -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 11:49:54.000000000 -0500
+++ shadow/54046.tmp.20663	2004-03-16 13:08:55.000000000 -0500
@@ -36,6 +36,14 @@
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-03-14 12:01 -------
 I can still reproduce this issue using Mono built from cvs on Windows.
 
 ------- Additional Comments From gonzalo@ximian.com  2004-03-16 11:49 -------
 Also fails on linux
+
+------- Additional Comments From gonzalo@ximian.com  2004-03-16 13:08 -------
+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.
+