[Mono-bugs] [Bug 35027][Nor] Changed - Encoding.ASCII.GetString() truncates a string
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
4 Dec 2002 09:47:29 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35027
--- shadow/35027 Wed Dec 4 02:45:43 2002
+++ shadow/35027.tmp.25631 Wed Dec 4 04:47:29 2002
@@ -1,13 +1,13 @@
Bug#: 35027
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-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
@@ -36,6 +36,11 @@
With rotor it works ok.
------- Additional Comments From juancri@tagnet.org 2002-12-04 02:42 -------
Created an attachment (id=2882)
Sample
+
+------- 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).