[Mono-bugs] [Bug 73417][Nor] Changed - String sorting incorrect
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 4 21:51:21 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73417
--- shadow/73417 2005-07-04 16:48:14.000000000 -0400
+++ shadow/73417.tmp.29293 2005-07-04 21:51:21.000000000 -0400
@@ -177,6 +177,13 @@
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?
+
+------- Additional Comments From atsushi at ximian.com 2005-07-04 21:51 -------
+It isn't. bug #71111 just compares two characters that differ in case
+weight, while this case includes alphabetical differences i.e. #71111
+does not check if characters are sorted in this order: c->C->d->D but
+might allow abc...z->ABC...Z
+
More information about the mono-bugs
mailing list