[Mono-bugs] [Bug 57009][Nor] New - UTF8Encoding cannot decode some valid UTF8
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Apr 2004 12:48:49 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57009
--- shadow/57009 2004-04-14 12:48:49.000000000 -0400
+++ shadow/57009.tmp.13810 2004-04-14 12:48:49.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 57009
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sebastien@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: UTF8Encoding cannot decode some valid UTF8
+
+Description of Problem:
+UTF8Encoding cannot decode some valid UTF8 sequences.
+
+
+Steps to reproduce the problem:
+1. See unit test T2_Boundary_1_FirstPossibleSequence_Pass
+2. See unit test T2_Boundary_3_Other_Pass
+
+
+Actual Results:
+Both tests throw an ArgumentException with Arg_InsufficientSpace
+
+
+Expected Results:
+No ArgumentException thrown.
+
+
+How often does this happen?
+Always
+
+
+Additional Information:
+MS Fx 1.1 pass the two tests.