[Mono-bugs] [Bug 76588][Nor] Changed - Encoding.GetEncoding
("euc-kr") does not work
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 1 14:55:01 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=76588
--- shadow/76588 2005-11-01 02:33:16.000000000 -0500
+++ shadow/76588.tmp.5965 2005-11-01 14:55:01.000000000 -0500
@@ -69,6 +69,15 @@
CP949 is nearly 100% identical to EUC-KR because CP949 is a superset
that uses the extra character range the windows code pages use that
the other chacters (like the ISO-8859-x's) use for control
characters. At Match, we assume its safe to decode euc-kr with a CP-
949 encoder but not I'm not sure the other way.
+
+------- Additional Comments From atsushi at ximian.com 2005-11-01 14:55 -------
+I committed a fix in svn as r52455, but am not really sure if it is
+fine. Kim, can you please check if it works fine?
+
+The euc-kr fix is basically identical except that it ignores UHC
+(extended) syllables marked as "UHC Level1" and "UHC Level2" in
+mcs/class/I18N/CJK/CP949.cs.
+
More information about the mono-bugs
mailing list