Unicode::Collate::CJK::JISX0208 - weighting JIS KANJI for Unicode::Collate
use Unicode::Collate;use Unicode::Collate::CJK::JISX0208;my $collator = Unicode::Collate->new( overrideCJK => \&Unicode::Collate::CJK::JISX0208::weightJISX0208);
Unicode::Collate::CJK::JISX0208
providesweightJISX0208()
, that is adequate foroverrideCJK
ofUnicode::Collate
and makes tailoring of 6355 kanji (CJK Unified Ideographs) in the JIS X 0208 order.
Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.
The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.