[Mono-bugs] [Bug 78703][Nor] Changed - String constructors that take sbyte* should use Encoding.Default rather than UTF-8 and Latin-1

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jul 15 17:22:53 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 kornelpal at gmail.com.

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

--- shadow/78703	2006-07-15 17:14:09.000000000 -0400
+++ shadow/78703.tmp.26991	2006-07-15 17:22:53.000000000 -0400
@@ -75,6 +75,11 @@
 encoding instead of "something" to verify that these constructors 
 use ANSI code page. NULL termination is required by the first 
 constructor.
 
 The above referenced MSDN documentation verifies this behavior as 
 well.
+
+------- Additional Comments From kornelpal at gmail.com  2006-07-15 17:22 -------
+And it is important that on Windows console is not Unicode it uses 
+OEM code page (CP_OEMCP or GetOEMCP()) so it's usually not able to 
+display all the characters of the ANSI code page.:)


More information about the mono-bugs mailing list