[Mono-bugs] [Bug 30009][Nor] New - Should use Encoding.Default instead of UnixEncoding

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
7 Sep 2002 16:54:04 -0000


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 miguel@ximian.com.

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

--- shadow/30009	Sat Sep  7 12:54:04 2002
+++ shadow/30009.tmp.422	Sat Sep  7 12:54:04 2002
@@ -0,0 +1,21 @@
+Bug#: 30009
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: miguel@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Should use Encoding.Default instead of UnixEncoding
+
+Encoding.Default should be used by the Console code instead of our hacked
+UnixEncoding.  The downside is that we have to return the correct code page
+for it.