[Mono-bugs] [Bug 53730][Maj] Changed - String.Replace incorrectly does a case-insensitive compare
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 2 Feb 2004 06:17:09 -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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53730
--- shadow/53730 2004-02-01 23:57:07.000000000 -0500
+++ shadow/53730.tmp.18386 2004-02-02 06:17:09.000000000 -0500
@@ -60,6 +60,11 @@
Additional Information:
jba and danmorg verified that "Piggy" is printed on .NET as on Rotor. The
null-string does not seem to be the culprit itself, since str.Replace("G",
"t") will turn Piggy into Pitty on mono. This was *not* present in the
0.29 release, as far as I can tell.
+
+------- Additional Comments From jackson@ximian.com 2004-02-02 06:17 -------
+Created an attachment (id=6585)
+proposed patch
+