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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
