Unicode::Collate::CJK::Korean - weighting CJK Unified Ideographs for Unicode::Collate
use Unicode::Collate;use Unicode::Collate::CJK::Korean;my $collator = Unicode::Collate->new( overrideCJK => \&Unicode::Collate::CJK::Korean::weightKorean);Unicode::Collate::CJK::Korean providesweightKorean(), that is adequate foroverrideCJK ofUnicode::Collate and makes tailoring of CJK Unified Ideographs in the order of CLDR's Korean ordering.
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.