内容

名称

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

概要

use Unicode::Collate;
use Unicode::Collate::CJK::Korean;

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

描述

Unicode::Collate::CJK::Korean 提供 weightKorean(),它适用于 Unicode::CollateoverrideCJK,并根据 CLDR 的韩语排序对 CJK 统一表意文字进行定制。

参见

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

http://cldr.unicode.org/

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

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

Unicode::Collate
Unicode::Collate::Locale