[Mono-bugs] [Bug 70471][Nor] Changed - Invalid Read with "\u00FF\u00FF" on BinaryReader

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 27 05:51:50 EDT 2005


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 atsushi at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=70471

--- shadow/70471	2004-12-30 14:16:35.000000000 -0500
+++ shadow/70471.tmp.21765	2005-05-27 05:51:50.000000000 -0400
@@ -12,12 +12,13 @@
 ReportedBy: bmaurer at users.sf.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Invalid Read with "\u00FF\u00FF" on BinaryReader
+BugsThisDependsOn: 75065
 OtherBugsDependingOnThis: 52754
 
 For the following program:
 
 using System;
 using System.IO;
@@ -70,6 +71,12 @@
 255
 
 ------- Additional Comments From atsushi at ximian.com  2004-12-29 15:46 -------
 It looks because BinaryReader is not perfect on handling multi byte
 characters. I think this class should become like StreamReader or
 something.
+
+------- Additional Comments From atsushi at ximian.com  2005-05-27 05:51 -------
+Mhm, I originally thought that it should handle pending characters as
+well as StreamReader does. But this bug seems to have something to do
+with on UTF8Encoding problem.
+


More information about the mono-bugs mailing list