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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Dec 2004 15:46:31 -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 atsushi@ximian.com.

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

--- shadow/70471	2004-12-11 17:43:27.000000000 -0500
+++ shadow/70471.tmp.22277	2004-12-29 15:46:31.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 70471
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -64,6 +64,11 @@
 While msft gives:
 C:\Inetpub\ftproot>t
 EF-BB-BF-C3-BF-C3-BF
 65279
 255
 255
+
+------- Additional Comments From atsushi@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.