Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Unicode::Collate::CJK::Korean

Name Unicode::Collate::CJK::Korean
Version 1.25
Located at /usr/lib64/perl5/vendor_perl
File /usr/lib64/perl5/vendor_perl/Unicode/Collate/CJK/Korean.pm
Is Core No
Search CPAN for this module Unicode::Collate::CJK::Korean
Documentation Unicode::Collate::CJK::Korean
Module Details Unicode::Collate::CJK::Korean

NAME

Unicode::Collate::CJK::Korean - weighting CJK Unified Ideographs for Unicode::Collate


SYNOPSIS

    use Unicode::Collate;
    use Unicode::Collate::CJK::Korean;
    my $collator = Unicode::Collate->new(
        overrideCJK => \&Unicode::Collate::CJK::Korean::weightKorean
    );


DESCRIPTION

Unicode::Collate::CJK::Korean provides weightKorean(), that is adequate for overrideCJK of Unicode::Collate and makes tailoring of CJK Unified Ideographs in the order of CLDR's Korean ordering.


SEE ALSO

CLDR - Unicode Common Locale Data Repository
http://cldr.unicode.org/

Unicode Locale Data Markup Language (LDML) - UTS #35
http://www.unicode.org/reports/tr35/

Unicode::Collate
Unicode::Collate::Locale

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024