[Mono-bugs] [Bug 62580][Maj] Changed - string compare doesn't match ms implementation
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 11 Aug 2004 10:33:54 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62580
--- shadow/62580 2004-08-06 10:35:00.000000000 -0400
+++ shadow/62580.tmp.21030 2004-08-11 10:33:54.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 62580
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details: found on win32 (win xp pro)
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: aaronwmail-sourceforge@yahoo.com
QAContact: mono-bugs@ximian.com
@@ -93,6 +93,9 @@
------- Additional Comments From lupus@ximian.com 2004-08-06 10:35 -------
This is yet another case of the ICU breakage, like
http://bugzilla.ximian.com/show_bug.cgi?id=62160.
You can workaround by disabling ICU from the build or by setting
the env var LANG to C (the test case fails for me with LANG=ES_es, for
example).
+
+------- Additional Comments From dick@ximian.com 2004-08-11 10:33 -------
+Use the invariant culture if you want to rely on string compares.