[Mono-bugs] [Bug 30009][Nor] Changed - Should use Encoding.Default instead of UnixEncoding
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Sep 2002 11:41:17 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30009
--- shadow/30009 Sat Sep 7 12:54:47 2002
+++ shadow/30009.tmp.21720 Wed Sep 11 07:41:17 2002
@@ -12,11 +12,11 @@
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Should use Encoding.Default instead of UnixEncoding
-BugsThisDependsOn: 30008
+BugsThisDependsOn: 30008[FIXED]
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.