5 XSLoader::load('Encode::KR',$VERSION);
11 Encode::KR - Korean Encodings
16 $euc_kr = encode("euc-kr", $utf8);
17 $utf8 = encode("euc-kr", $euc_kr);
21 This module implements Korean charset encodings. Encodings supported
24 euc-kr EUC (Extended Unix Character)
25 ksc5601 Korean standard code set
26 cp949 Code Page 949 (EUC-KR + Unified Hangul Code)
28 To find how to use this module in detail, see L<Encode>.
32 The C<Johab> (two-byte combination code) encoding is not supported.
34 ASCII part (0x00-0x7f) is preserved for all encodings, even though it
35 conflicts with mappings by the Unicode Consortium. See
37 F<http://www.debian.or.jp/~kubota/unicode-symbols.html.en>
39 to find why it is implemented that way.