[Mono-bugs] [Bug 59274][Maj] Changed - String.Replace mishandling \0 [TESTCASE ATTACHED]

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

--- shadow/59274	2004-05-28 19:12:17.000000000 -0400
+++ shadow/59274.tmp.18271	2004-06-18 10:44:56.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59274
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: OSX 10.3.3
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
@@ -28,6 +28,9 @@
 test case
 
 
 ------- Additional Comments From grompf@sublimeintervention.com  2004-05-28 19:12 -------
 String.Replace is an InternalCall to the mono runtime.  Looking at mono/metadata/
 locales.c, it appears this bug is in ICU.  Moving the product for this bug to Mono: Runtime.
+
+------- Additional Comments From dick@ximian.com  2004-06-18 10:44 -------
+Fixed in CVS