[Mono-bugs] [Bug 35027][Nor] Changed - Encoding.ASCII.GetString() truncates a string

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 19 Apr 2003 12:46:24 -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 juancri@tagnet.org.

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

--- shadow/35027	Wed Dec  4 04:47:29 2002
+++ shadow/35027.tmp.31298	Sat Apr 19 12:46:24 2003
@@ -1,13 +1,13 @@
 Bug#: 35027
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: juancri@tagnet.org               
 QAContact: mono-bugs@ximian.com
@@ -41,6 +41,16 @@
 
 
 ------- Additional Comments From lupus@ximian.com  2002-12-04 04:47 -------
 Fixed in cvs (the bug was in the string ctor implemented in the
 internal call, so you need to update the runtime, not the class
 libraries).
+
+------- Additional Comments From juancri@tagnet.org  2003-04-19 12:46 -------
+MS.NET leaves a space replacing the byte 0. Mono doesn't.
+
+Actual Results:
+ABCAB
+
+Expected Results:
+ABC AB
+