[Mono-bugs] [Bug 35027][Nor] Changed - Encoding.ASCII.GetString() truncates a string
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 29 Apr 2003 14:52:53 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35027
--- shadow/35027 Sat Apr 19 12:46:24 2003
+++ shadow/35027.tmp.1540 Tue Apr 29 14:52:53 2003
@@ -1,13 +1,13 @@
Bug#: 35027
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: juancri@tagnet.org
QAContact: mono-bugs@ximian.com
@@ -51,6 +51,11 @@
Actual Results:
ABCAB
Expected Results:
ABC AB
+
+------- Additional Comments From lupus@ximian.com 2003-04-29 14:52 -------
+No, there is no space, check running the program in pipe with hexdump,
+for example. It may be your terminal application that shows an empty
+char when it finds a '\0'.