[Mono-bugs] [Bug 76758][Maj] Changed - String with nonstandard
characters is not handled correctly.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Dec 7 02:49:39 EST 2005
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76758
--- shadow/76758 2005-12-07 02:40:28.000000000 -0500
+++ shadow/76758.tmp.15282 2005-12-07 02:49:39.000000000 -0500
@@ -259,6 +259,10 @@
As I wrote above, it is incorrect that Encoding.Default returns ANSI
character set, since some encodings like Shift_JIS are not compatible
with ANSI. It must be a bug in ECMA CLI specification since not all
platforms use ANSI-compatible encoding as default encoding (it does
not make sense that Encoding.Default returns certain different
encoding than the actual encoding of the system default).
+
+------- Additional Comments From atsushi at ximian.com 2005-12-07 02:49 -------
+Well, even the documentation does not contradict here, since UTF8 is
+compatible with ANSI.
More information about the mono-bugs
mailing list