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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Apr 2004 13:23:44 -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 mono-bug@jerryweb.info.

http://bugzilla.ximian.com/show_bug.cgi?id=56985

--- shadow/56985	2004-04-15 12:17:04.000000000 -0400
+++ shadow/56985.tmp.28585	2004-04-15 13:23:44.000000000 -0400
@@ -79,6 +79,23 @@
 (int) s1[0] = 32
 (int) s2[0] = 160
 s1.Replace(s2, "abc"):  ;
 s2.Replace(s1, "def"): Â ;
 s1.Equals(s2): False
 
+
+------- Additional Comments From mono-bug@jerryweb.info  2004-04-15 13:23 -------
+In Linux, LANG=cs_CZ:
+(int) s1[0] = 32
+(int) s2[0] = 160
+s1.Replace(s2, "abc"): abc;
+s2.Replace(s1, "def"): def;
+s1.Equals(s2): False
+
+In Windows XP, MS .NET, czech locale
+(int) s1[0] = 32
+(int) s2[0] = 160
+s1.Replace(s2, "abc"):  ;
+s2.Replace(s1, "def"):  ;
+s1.Equals(s2): False
+
+It is compatible?