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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 28 May 2004 19:12:17 -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 grompf@sublimeintervention.com.

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

--- shadow/59274	2004-05-28 18:11:59.000000000 -0400
+++ shadow/59274.tmp.22932	2004-05-28 19:12:17.000000000 -0400
@@ -1,16 +1,16 @@
 Bug#: 59274
-Product: Mono: Class Libraries
+Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: OSX 10.3.3
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
-Component: CORLIB
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -24,6 +24,10 @@
 Remove the null character from the string.
 
 ------- Additional Comments From grompf@sublimeintervention.com  2004-05-28 18:11 -------
 Created an attachment (id=7905)
 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.