1Collate::CJK::JISX0208(U3s)er Contributed Perl DocumentatCioolnlate::CJK::JISX0208(3)
2
3
4
6 Unicode::Collate::CJK::JISX0208 - weighting JIS KANJI for
7 Unicode::Collate
8
10 use Unicode::Collate;
11 use Unicode::Collate::CJK::JISX0208;
12
13 my $collator = Unicode::Collate->new(
14 overrideCJK => \&Unicode::Collate::CJK::JISX0208::weightJISX0208
15 );
16
18 "Unicode::Collate::CJK::JISX0208" provides "weightJISX0208()", that is
19 adequate for "overrideCJK" of "Unicode::Collate" and makes tailoring of
20 6355 kanji (CJK Unified Ideographs) in the JIS X 0208 order.
21
23 Unicode::Collate
24 Unicode::Collate::Locale
25
26
27
28perl v5.30.1 2020-02-06 Collate::CJK::JISX0208(3)