[Mono-bugs] [Bug 35027][Wis] New - Encoding.ASCII.GetString() truncates a string
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
4 Dec 2002 07:40:39 -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 juancri@tagnet.org.
http://bugzilla.ximian.com/show_bug.cgi?id=35027
--- shadow/35027 Wed Dec 4 02:40:39 2002
+++ shadow/35027.tmp.4125 Wed Dec 4 02:40:39 2002
@@ -0,0 +1,36 @@
+Bug#: 35027
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: juancri@tagnet.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Encoding.ASCII.GetString() truncates a string
+
+Description of Problem:
+Encoding.ASCII.GetString(bytes) truncates a string when the 'bytes' array
+has a '0' value.
+
+Steps to reproduce the problem:
+try the attachment
+
+Actual Results:
+ABC
+
+Expected Results:
+ABC AB
+
+How often does this happen?
+Allways
+
+Additional Information:
+With rotor it works ok.