[Mono-bugs] [Bug 80348][Maj] Changed - String/CompareInfo.IndexOf (..., OrdinalIgnoreCase) not supported
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Dec 25 06:10:40 EST 2006
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=80348
--- shadow/80348 2006-12-23 19:02:50.000000000 -0500
+++ shadow/80348.tmp.29605 2006-12-25 06:10:40.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80348
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: atsushi at ximian.com
ReportedBy: alan.mcgovern at gmail.com
QAContact: mono-bugs at ximian.com
@@ -37,6 +37,11 @@
}
------- Additional Comments From robertj at gmx.net 2006-12-23 19:02 -------
This is due to CompareInfo.IndexOf whose MonoTODO is stating that
it doesn't support CompareOptions.OrdinalIgnoreCase.
+
+------- Additional Comments From atsushi at ximian.com 2006-12-25 06:10 -------
+Fixed in svn (r70037). I thought that icall IndexOf() could work for
+case insensitive search. In fact it does not (in addition to
+overlooking at OrdinalIgnoreCase flag).
More information about the mono-bugs
mailing list