[Mono-bugs] [Bug 56985][Wis] Changed - Error in String.Replace()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Jun 2004 10:55:28 -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=56985

--- shadow/56985	2004-04-15 14:11:09.000000000 -0400
+++ shadow/56985.tmp.18594	2004-06-18 10:55:28.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 56985
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: dick@ximian.com                            
 ReportedBy: mono-bug@jerryweb.info               
 QAContact: mono-bugs@ximian.com
@@ -190,6 +190,11 @@
 Czech culture
 s1.Replace(s2, "abc"): abc;
 s2.Replace(s1, "def"): def;
 s1 == s2: False
 s1.Equals(s2): False
 
+
+------- Additional Comments From dick@ximian.com  2004-06-18 10:55 -------
+I think this is an ms bug.  I don't think its a compatibility issue
+either, because you shouldn't depend on the output of a
+culture-sensitive string compare.