[Mono-bugs] [Bug 41613][Nor] Changed - Utf8Encoding.WIndowsCodePage returns different encoding.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 28 Apr 2003 22:51:41 -0400 (EDT)


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=41613

--- shadow/41613	Sun Apr 20 11:48:29 2003
+++ shadow/41613.tmp.12438	Mon Apr 28 22:51:41 2003
@@ -1,13 +1,13 @@
 Bug#: 41613
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -30,6 +30,9 @@
 
 for these 2 lines:
 Console.WriteLine (new UTF8Encoding().WindowsCodePage);
 Console.WriteLine (new UTF8Encoding().CodePage);
 
 The same is done by MS runtime.
+
+------- Additional Comments From miguel@ximian.com  2003-04-28 22:51 -------
+closed