1Collate::CJK::Korean(3)User Contributed Perl DocumentatioCnollate::CJK::Korean(3)
2
3
4

NAME

6       Unicode::Collate::CJK::Korean - weighting CJK Unified Ideographs for
7       Unicode::Collate
8

SYNOPSIS

10           use Unicode::Collate;
11           use Unicode::Collate::CJK::Korean;
12
13           my $collator = Unicode::Collate->new(
14               overrideCJK => \&Unicode::Collate::CJK::Korean::weightKorean
15           );
16

DESCRIPTION

18       "Unicode::Collate::CJK::Korean" provides "weightKorean()", that is
19       adequate for "overrideCJK" of "Unicode::Collate" and makes tailoring of
20       CJK Unified Ideographs in the order of CLDR's Korean ordering.
21

SEE ALSO

23       CLDR - Unicode Common Locale Data Repository
24           <http://cldr.unicode.org/>
25
26       Unicode Locale Data Markup Language (LDML) - UTS #35
27           <http://www.unicode.org/reports/tr35/>
28
29       Unicode::Collate
30       Unicode::Collate::Locale
31
32
33
34perl v5.26.3                      2019-05-14           Collate::CJK::Korean(3)
Impressum