1Collate::CJK::Big5(3) User Contributed Perl DocumentationCollate::CJK::Big5(3)
2
3
4
6 Unicode::Collate::CJK::Big5 - weighting CJK Unified Ideographs for
7 Unicode::Collate
8
10 use Unicode::Collate;
11 use Unicode::Collate::CJK::Big5;
12
13 my $collator = Unicode::Collate->new(
14 overrideCJK => \&Unicode::Collate::CJK::Big5::weightBig5
15 );
16
18 "Unicode::Collate::CJK::Big5" provides "weightBig5()", that is adequate
19 for "overrideCJK" of "Unicode::Collate" and makes tailoring of CJK
20 Unified Ideographs in the order of CLDR's big5han ordering.
21
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.30.1 2020-02-06 Collate::CJK::Big5(3)