[Mono-bugs] [Bug 79541][Blo] Changed - Using StreamReader gets an exception
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 6 12:11:14 EDT 2006
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 jwiegley at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79541
--- shadow/79541 2006-10-06 11:53:46.000000000 -0400
+++ shadow/79541.tmp.6318 2006-10-06 12:11:14.000000000 -0400
@@ -74,6 +74,11 @@
------- Additional Comments From robertj at gmx.net 2006-10-06 11:53 -------
This is not a bug. You're trying to read a Latin1 encoded
text with the default StreamReader encoder, which happens
to be UTF8.
+
+------- Additional Comments From jwiegley at gmail.com 2006-10-06 12:11 -------
+Ok, that makes sense. What doesn't make sense is the odd exception I get about "index". Is
+there some way an exception handler could be installed in the stream reader code, to
+indicate to the user that perhaps they have their encoding mismatched with the input stream?
More information about the mono-bugs
mailing list