1Collate::CJK::Zhuyin(3)User Contributed Perl DocumentatioCnollate::CJK::Zhuyin(3)
2
3
4
6 Unicode::Collate::CJK::Zhuyin - weighting CJK Unified Ideographs for
7 Unicode::Collate
8
10 use Unicode::Collate;
11 use Unicode::Collate::CJK::Zhuyin;
12
13 my $collator = Unicode::Collate->new(
14 overrideCJK => \&Unicode::Collate::CJK::Zhuyin::weightZhuyin
15 );
16
18 "Unicode::Collate::CJK::Zhuyin" provides "weightZhuyin()", that is
19 adequate for "overrideCJK" of "Unicode::Collate" and makes tailoring of
20 CJK Unified Ideographs in the order of CLDR's zhuyin (bopomofo)
21 ordering.
22
24 The zhuyin ordering includes some characters that are not CJK Unified
25 Ideographs and can't utilize "weightZhuyin()" for collation. For them,
26 use "entry" instead.
27
29 CLDR - Unicode Common Locale Data Repository
30 <http://cldr.unicode.org/>
31
32 Unicode Locale Data Markup Language (LDML) - UTS #35
33 <http://www.unicode.org/reports/tr35/>
34
35 Unicode::Collate
36 Unicode::Collate::Locale
37
38
39
40perl v5.32.0 2020-09-29 Collate::CJK::Zhuyin(3)