Movatterモバイル変換


[0]ホーム

URL:


Unicode::Collate::CJK::Pinyin
(source,CPAN)
version 0.65
You are viewing the version of this documentation from Perl 5.14.0.View the latest version

CONTENTS

#NAME

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

#SYNOPSIS

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

#DESCRIPTION

Unicode::Collate::CJK::Pinyin providesweightPinyin(), that is adequate foroverrideCJK ofUnicode::Collate and makes tailoring of CJK Unified Ideographs in the order of CLDR's pinyin ordering.

#CAVEAT

The pinyin ordering includes some characters that are not CJK Unified Ideographs and can't utilizeweightPinyin() for collation. For them, useentry 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

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.


[8]ページ先頭

©2009-2025 Movatter.jp