[Mono-bugs] [Bug 70478][Nor] Changed - String.Compare("HIJ", "hij", false) gives wrong result
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 12 May 2005 23:30:24 -0400 (EDT)
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70478
--- shadow/70478 2005-05-12 22:18:17.000000000 -0400
+++ shadow/70478.tmp.10959 2005-05-12 23:30:24.000000000 -0400
@@ -3,13 +3,13 @@
Version: 1.1
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Major
+Priority: Normal
Component: misc
AssignedTo: atsushi@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -59,6 +59,10 @@
}
I believe that this FIXME is the source of this problem. I'm not sure
about unicode, but in ANSI, lowercase letters are numerically lower
than uppercase. In this code then, if we are not ignoring case while
comparing, we simply subtract the bit patterns.
+
+------- Additional Comments From atsushi@ximian.com 2005-05-12 23:30 -------
+Anyways I am going to "fix" those collation bugs by replacing icu with
+another implementation.