{
    "content": [
        {
            "type": "text",
            "text": "# Encode::KR (perldoc)\n\n**Summary:** Encode::KR - Korean Encodings\n\n**Synopsis:** use Encode qw/encode decode/;\n$euckr = encode(\"euc-kr\", $utf8);   # loads Encode::KR implicitly\n$utf8   = decode(\"euc-kr\", $euckr); # ditto\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (4 lines)\n- **DESCRIPTION** (20 lines)\n- **BUGS** (10 lines)\n- **SEE ALSO** (2 lines)\n\n## Full Content\n\n### NAME\n\nEncode::KR - Korean Encodings\n\n### SYNOPSIS\n\nuse Encode qw/encode decode/;\n$euckr = encode(\"euc-kr\", $utf8);   # loads Encode::KR implicitly\n$utf8   = decode(\"euc-kr\", $euckr); # ditto\n\n### DESCRIPTION\n\nThis module implements Korean charset encodings. Encodings supported are as follows.\n\nCanonical   Alias             Description\n--------------------------------------------------------------------\neuc-kr      /\\beuc.*kr$/i     EUC (Extended Unix Character)\n/\\bkr.*euc$/i\nksc5601-raw                   Korean standard code set (as is)\ncp949       /(?:x-)?uhc$/i\n/(?:x-)?windows-949$/i\n/\\bksc5601-1987$/i\nCode Page 949 (EUC-KR + 8,822\n(additional Hangul syllables)\nMacKorean                     EUC-KR + Apple Vendor Mappings\njohab       JOHAB             A supplementary encoding defined in\nAnnex 3 of KS X 1001:1998\niso-2022-kr                   iso-2022-kr                  [RFC1557]\n--------------------------------------------------------------------\n\nTo find how to use this module in detail, see Encode.\n\n### BUGS\n\nWhen you see \"charset=ksc5601-1987\" on mails and web pages, they really mean \"cp949\"\nencodings. To fix that, the following aliases are set;\n\nqr/(?:x-)?uhc$/i         => '\"cp949\"'\nqr/(?:x-)?windows-949$/i => '\"cp949\"'\nqr/ksc5601-1987$/i     => '\"cp949\"'\n\nThe ASCII region (0x00-0x7f) is preserved for all encodings, even though this conflicts with\nmappings by the Unicode Consortium.\n\n### SEE ALSO\n\nEncode\n\n"
        }
    ],
    "structuredContent": {
        "command": "Encode::KR",
        "section": "",
        "mode": "perldoc",
        "summary": "Encode::KR - Korean Encodings",
        "synopsis": "use Encode qw/encode decode/;\n$euckr = encode(\"euc-kr\", $utf8);   # loads Encode::KR implicitly\n$utf8   = decode(\"euc-kr\", $euckr); # ditto",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 20,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ]
    }
}