[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 02:33:16 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 zac at zacbowling.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76588
--- shadow/76588 2005-10-30 04:54:09.000000000 -0500
+++ shadow/76588.tmp.31743 2005-11-01 02:33:16.000000000 -0500
@@ -61,6 +61,14 @@
Actually it is MUCH better if native Korean speakers implement the
actual class libs, as some Chinese hackers did for Chinese, and I did
for Japanese :-)
For now, I even don't know the difference between euc-kr and that
existing one (and individual Encoding is not in my high priority task).
+
+------- Additional Comments From zac at zacbowling.com 2005-11-01 02:33 -------
+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.
+
More information about the mono-bugs
mailing list