{
    "content": [
        {
            "type": "text",
            "text": "# Unicode::Collate::CJK::Pinyin (perldoc)\n\n## NAME\n\nUnicode::Collate::CJK::Pinyin - weighting CJK Unified Ideographs for Unicode::Collate\n\n## SYNOPSIS\n\nuse Unicode::Collate;\nuse Unicode::Collate::CJK::Pinyin;\nmy $collator = Unicode::Collate->new(\noverrideCJK => \\&Unicode::Collate::CJK::Pinyin::weightPinyin\n);\n\n## DESCRIPTION\n\n\"Unicode::Collate::CJK::Pinyin\" provides \"weightPinyin()\", that is adequate for \"overrideCJK\" of\n\"Unicode::Collate\" and makes tailoring of CJK Unified Ideographs in the order of CLDR's pinyin\nordering.\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::Pinyin",
        "section": "",
        "mode": "perldoc",
        "summary": "Unicode::Collate::CJK::Pinyin - weighting CJK Unified Ideographs for Unicode::Collate",
        "synopsis": "use Unicode::Collate;\nuse Unicode::Collate::CJK::Pinyin;\nmy $collator = Unicode::Collate->new(\noverrideCJK => \\&Unicode::Collate::CJK::Pinyin::weightPinyin\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::Pinyin - weighting CJK Unified Ideographs for Unicode::Collate\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Unicode::Collate;\nuse Unicode::Collate::CJK::Pinyin;\n\nmy $collator = Unicode::Collate->new(\noverrideCJK => \\&Unicode::Collate::CJK::Pinyin::weightPinyin\n);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "\"Unicode::Collate::CJK::Pinyin\" provides \"weightPinyin()\", that is adequate for \"overrideCJK\" of\n\"Unicode::Collate\" and makes tailoring of CJK Unified Ideographs in the order of CLDR's pinyin\nordering.\n",
                "subsections": []
            },
            "CAVEAT": {
                "content": "The pinyin ordering includes some characters that are not CJK Unified Ideographs and can't\nutilize \"weightPinyin()\" 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": []
            }
        }
    }
}