[Mono-bugs] [Bug 28050][Nor] Changed - System.UInt32.Parse(string) can't deal with trailing \u0000 but MS impl can.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
22 Jul 2002 17:34:21 -0000


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 gonzalo@ximian.com.

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

--- shadow/28050	Mon Jul 22 13:23:02 2002
+++ shadow/28050.tmp.27046	Mon Jul 22 13:34:21 2002
@@ -1,13 +1,13 @@
 Bug#: 28050
 Product: Mono/Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: debian sid with alp cvs packages
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: kiwnix@yahoo.es               
 QAContact: mono-bugs@ximian.com
@@ -66,6 +66,11 @@
 things :-/
 
 ------- Additional Comments From gonzalo@ximian.com  2002-07-22 13:22 -------
 i've also tested: "30\u0000\u00001"
 and it displays: 30__1 for the string and 30 for the number.
 So it seems MS stops when a \u0000 encountered.
+
+------- Additional Comments From gonzalo@ximian.com  2002-07-22 13:34 -------
+Fixed in CVS.
+is this a MS bug?
+