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::Collate
的 overrideCJK
,并使 CJK 统一表意文字的排序符合 CLDR 的拼音排序。
拼音排序包含一些并非 CJK 统一表意文字的字符,无法使用 weightPinyin()
进行排序。对于这些字符,请使用 entry
代替。