[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 06: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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=44227
--- shadow/44227 Mon Jun 9 22:57:56 2003
+++ shadow/44227.tmp.23365 Tue Jun 10 06:48:49 2003
@@ -1,12 +1,12 @@
Bug#: 44227
Product: Mono/Class Libraries
Version: unspecified
OS: Debian Woody
OS Details:
-Status: RESOLVED
+Status: NEEDINFO
Resolution: NOTABUG
Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: pbaena@uol.com.ar
@@ -40,6 +40,12 @@
Another option is to pass Encoding.Default as the encoding of the stream .
------- Additional Comments From pbaena@uol.com.ar 2003-06-09 22:57 -------
But .NET does not throw an exception with the same file. This will be
an issue when running .NET programs on Mono.
+
+------- 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.