diff options
Diffstat (limited to 'cpan/Unicode-Collate/Collate/Locale.pm')
-rw-r--r-- | cpan/Unicode-Collate/Collate/Locale.pm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cpan/Unicode-Collate/Collate/Locale.pm b/cpan/Unicode-Collate/Collate/Locale.pm index 67c972ba61..7f9e6f4ac6 100644 --- a/cpan/Unicode-Collate/Collate/Locale.pm +++ b/cpan/Unicode-Collate/Collate/Locale.pm @@ -4,7 +4,7 @@ use strict; use Carp; use base qw(Unicode::Collate); -our $VERSION = '0.85'; +our $VERSION = '0.86'; use File::Spec; @@ -388,8 +388,8 @@ this method returns a string C<'default'> meaning no special tailoring. zh Chinese zh__big5han Chinese (ideographs: big5 order) zh__gb2312han Chinese (ideographs: GB-2312 order) - zh__pinyin Chinese (ideographs: pinyin order) - zh__stroke Chinese (ideographs: stroke order) + zh__pinyin Chinese (ideographs: pinyin order) [3] + zh__stroke Chinese (ideographs: stroke order) [3] -------------------------------------------------------------- Locales according to the default UCA rules include @@ -420,6 +420,9 @@ and then C<katakana_before_hiragana> has no effect. an ideograph is primary (level 1) equal to, and secondary (level 2) greater than, the corresponding hangul syllable. +[3] zh__pinyin and zh__stroke: implemented alt='short', where +a smaller number of ideographs are tailored. + =head1 INSTALL Installation of C<Unicode::Collate::Locale> requires F<Collate/Locale.pm>, |