[Mono-bugs] [Bug 44227][Wis] Changed - StreamReader not recognizing valid chars
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 9 Jun 2003 22:57:56 -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 Fri Jun 6 06:21:28 2003
+++ shadow/44227.tmp.18701 Mon Jun 9 22:57:56 2003
@@ -36,6 +36,10 @@
------- Additional Comments From gonzalo@ximian.com 2003-06-06 06:21 -------
This fixes the problem:
cat dejavu.txt|iconv --from latin1 --to utf8 > u && mv u dejavu.txt
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.