[Mono-bugs] [Bug 53730][Maj] Changed - String.Replace incorrectly does a case-insensitive compare

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Mar 2004 19:14:12 -0500 (EST)


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=53730

--- shadow/53730	2004-02-02 10:34:27.000000000 -0500
+++ shadow/53730.tmp.13355	2004-03-03 19:14:12.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 53730
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
@@ -72,6 +72,10 @@
 ------- Additional Comments From bmaurer@users.sf.net  2004-02-02 10:34 -------
 Last night I tested the String NUnit tests and there were no 
 failures, we need to probe for this case.
 
 Jackson, could there be any related cases? Eg, .IndexOf, etc. Also, 
 we do the right behavior when case insensitive is specified, right?
+
+------- Additional Comments From dick@ximian.com  2004-03-03 19:14 -------
+This has been fixed by working around deficiencies in the collator
+handling in ICU's string searching code.