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::Zhuyin

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

NAME

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


SYNOPSIS

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


DESCRIPTION

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


CAVEAT

The zhuyin ordering includes some characters that are not CJK Unified Ideographs and can't utilize weightZhuyin() for collation. For them, use entry instead.


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