{
    "content": [
        {
            "type": "text",
            "text": "# Unicode::Collate::CJK::GB2312 (perldoc)\n\n## NAME\n\nUnicode::Collate::CJK::GB2312 - weighting CJK Unified Ideographs for Unicode::Collate\n\n## SYNOPSIS\n\nuse Unicode::Collate;\nuse Unicode::Collate::CJK::GB2312;\nmy $collator = Unicode::Collate->new(\noverrideCJK => \\&Unicode::Collate::CJK::GB2312::weightGB2312\n);\n\n## DESCRIPTION\n\n\"Unicode::Collate::CJK::GB2312\" provides \"weightGB2312()\", that is adequate for \"overrideCJK\" of\n\"Unicode::Collate\" and makes tailoring of CJK Unified Ideographs in the order of CLDR's\ngb2312han ordering.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **CAVEAT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Unicode::Collate::CJK::GB2312",
        "section": "",
        "mode": "perldoc",
        "summary": "Unicode::Collate::CJK::GB2312 - weighting CJK Unified Ideographs for Unicode::Collate",
        "synopsis": "use Unicode::Collate;\nuse Unicode::Collate::CJK::GB2312;\nmy $collator = Unicode::Collate->new(\noverrideCJK => \\&Unicode::Collate::CJK::GB2312::weightGB2312\n);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "CAVEAT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Unicode::Collate::CJK::GB2312 - weighting CJK Unified Ideographs for Unicode::Collate\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Unicode::Collate;\nuse Unicode::Collate::CJK::GB2312;\n\nmy $collator = Unicode::Collate->new(\noverrideCJK => \\&Unicode::Collate::CJK::GB2312::weightGB2312\n);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "\"Unicode::Collate::CJK::GB2312\" provides \"weightGB2312()\", that is adequate for \"overrideCJK\" of\n\"Unicode::Collate\" and makes tailoring of CJK Unified Ideographs in the order of CLDR's\ngb2312han ordering.\n",
                "subsections": []
            },
            "CAVEAT": {
                "content": "The gb2312han ordering includes 5 code points in private use area (E2D8..E2DC), that can't\nutilize \"weightGB2312()\" for collation. For them, use \"entry\" instead.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "CLDR - Unicode Common Locale Data Repository\n<http://cldr.unicode.org/>\n\nUnicode Locale Data Markup Language (LDML) - UTS #35\n<http://www.unicode.org/reports/tr35/>\n\nUnicode::Collate\nUnicode::Collate::Locale\n",
                "subsections": []
            }
        }
    }
}