Inherits Codec. Inherited by EucKrCodec.
This class implements a translator between Unicode and the CP949 character set, which is a superset of the KS C 5601-1992 Korean character set, EucKrCodec.
http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP949.TXT http://www.microsoft.com/globaldev/reference/dbcs/949.mspx
XXX: It is not yet clear how this charset is used in email. "CP949" is not defined in the IANA charset registry, and it seems that some programs use "ks_c_5601" and "kc_c_5601-1987" to mean CP949 instead of EUC-KR.
http://lists.w3.org/Archives/Public/ietf-charsets/2001AprJun/0030.html http://lists.w3.org/Archives/Public/ietf-charsets/2001AprJun/0033.html
Creates a new Cp949Codec object which pretends its name is n. The default, null, means "ks_c_5601-1987".
Reimplements Codec::Codec().
Returns the encoded representation of the UString u.
Reimplements Codec::fromUnicode().
Returns the Unicode representation of the String s.
Reimplements Codec::toUnicode().
This web page based on source code belonging to Oryx Mail Systems GmbH. All rights reserved.