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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
7 Sep 2002 16:54:47 -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.475	Sat Sep  7 12:54:47 2002
@@ -2,20 +2,21 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 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
+BugsThisDependsOn: 30008
 
 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.