[Mono-bugs] [Bug 44227][Wis] Changed - StreamReader not recognizing valid chars

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 12 Jan 2005 17:24:06 -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=44227

--- shadow/44227	2005-01-12 17:23:55.000000000 -0500
+++ shadow/44227.tmp.20473	2005-01-12 17:24:06.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 44227
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: pbaena@uol.com.ar               
 QAContact: mono-bugs@ximian.com
@@ -50,6 +50,9 @@
 Then it would be nice if you check what's the reader.CurrentEncoding...
 May be it's == Encoding.Default and not Encoding.UTF8.
 
 ------- Additional Comments From pbaena@uol.com.ar  2003-06-10 08:17 -------
 Default encoding is UTF8Encoding as reported by .NET, and yet it
 doesn't throw an exception.
+
+------- Additional Comments From gonzalo@ximian.com  2005-01-12 17:24 -------
+This works now.