[Mono-bugs] [Bug 73417][Nor] Changed - String sorting incorrect
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 4 16:48:14 EDT 2005
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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=73417
--- shadow/73417 2005-05-10 15:21:44.000000000 -0400
+++ shadow/73417.tmp.26900 2005-07-04 16:48:14.000000000 -0400
@@ -174,6 +174,9 @@
I recommend to implement your own IComparer whose Compare() uses
String.CompareOrdinal() and pass it to Array.Sort(). If you need case
insensitive results, it is still not so difficult to implement
String.CompareOrdinal() which uses char.ToLower(invariant_culture) by
yourself.
+
+------- Additional Comments From bmaurer at users.sf.net 2005-07-04 16:48 -------
+Isn't this a dup of 71111?
More information about the mono-bugs
mailing list