[Mono-bugs] [Bug 38984][Nor] Changed - Encoding.ASCII.GetChars() fails on 0x80
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 5 Mar 2003 18:41:28 -0500 (EST)
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=38984
--- shadow/38984 Mon Mar 3 10:38:26 2003
+++ shadow/38984.tmp.31303 Wed Mar 5 18:41:28 2003
@@ -1,14 +1,14 @@
Bug#: 38984
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 8.0
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -40,6 +40,9 @@
return 0;
else
return 1;
}
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2003-03-05 18:41 -------
+Fixed in CVS.