[Mono-bugs] [Bug 59720][Maj] Changed - CompareInfo.IndexOf() and thus String.IndexOf() fails to do case-sensitive search

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 10:23:56 -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=59720

--- shadow/59720	2004-06-07 12:25:52.000000000 -0400
+++ shadow/59720.tmp.8845	2004-06-08 10:23:56.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59720
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: atsushi@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -54,6 +54,9 @@
 However, as commented in that code, ignoring that setAttribute() will
 result in some incorrect result.
 
 Maybe the same thing might apply to other things like 
 ves_icall_System_String_InternalReplace_Str_Comp()
 as far as I looked into locales.c.
+
+------- Additional Comments From dick@ximian.com  2004-06-08 10:23 -------
+Fixed in CVS