内容

名称

Unicode::Collate::CJK::Pinyin - 为 Unicode::Collate 加权 CJK 统一表意文字

概要

use Unicode::Collate;
use Unicode::Collate::CJK::Pinyin;

my $collator = Unicode::Collate->new(
    overrideCJK => \&Unicode::Collate::CJK::Pinyin::weightPinyin
);

描述

Unicode::Collate::CJK::Pinyin 提供 weightPinyin(),它适用于 Unicode::CollateoverrideCJK,并使 CJK 统一表意文字的排序符合 CLDR 的拼音排序。

警告

拼音排序包含一些并非 CJK 统一表意文字的字符,无法使用 weightPinyin() 进行排序。对于这些字符,请使用 entry 代替。

参见

CLDR - Unicode 通用语言环境数据存储库

http://cldr.unicode.org/

Unicode 语言环境数据标记语言 (LDML) - UTS #35

http://www.unicode.org/reports/tr35/

Unicode::Collate
Unicode::Collate::Locale