[Mono-bugs] [Bug 44227][Wis] Changed - StreamReader not recognizing valid chars
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 10 Jun 2003 08:17:55 -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 pbaena@uol.com.ar.
http://bugzilla.ximian.com/show_bug.cgi?id=44227
--- shadow/44227 Tue Jun 10 06:48:49 2003
+++ shadow/44227.tmp.12605 Tue Jun 10 08:17:55 2003
@@ -46,6 +46,10 @@
------- Additional Comments From gonzalo@ximian.com 2003-06-10 06:48 -------
Mmm. Really?
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.