[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 11:53:46 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 robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=79541

--- shadow/79541	2006-10-01 04:03:32.000000000 -0400
+++ shadow/79541.tmp.5693	2006-10-06 11:53:46.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 79541
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: OS/X 10.4.8
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Blocker
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: jwiegley at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -68,6 +68,12 @@
 
 Every time I run it.
 
 Additional Information:
 
 I'm using 1.1.13.8 on a PPC Mac.
+
+------- 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.
+


More information about the mono-bugs mailing list