diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-07 13:31:59 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-07 13:32:48 +0000 |
commit | 584e761d155b7f9055c1f0566f42a2ef083716d8 (patch) | |
tree | 65f48ccaaf4e2d8400cf29e903cce0c9ea8d8822 /cpan/Unicode-Collate/Collate/Locale | |
parent | 90e83bc9e824bf1896bb96af89ec7c40ed9eebf2 (diff) | |
download | perl-584e761d155b7f9055c1f0566f42a2ef083716d8.tar.gz |
Update Unicode-Collate to CPAN version 0.66
[DELTA]
0.66 Sun Nov 7 10:47:30 2010
- U::C::Locale newly supports locale: ko.
- added Unicode::Collate::CJK::Korean for ko.
- added t/loc_ko.t.
- 12 compat. ideographs (e.g. U+FA0E) are treated as unified ideographs.
(though DUCET also does it, now Unicode::Collate does it without DUCET.)
- added t/compatui.t.
! Ideographs Ext.B (U+20000..U+2A6D6) can be overrided with UCA_Version 8.
This is a long-standing behavior from Unicode::Collate 0.11 to 0.63.
A wrong fix at 0.64 should be abandoned.
Diffstat (limited to 'cpan/Unicode-Collate/Collate/Locale')
-rw-r--r-- | cpan/Unicode-Collate/Collate/Locale/ko.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpan/Unicode-Collate/Collate/Locale/ko.pl b/cpan/Unicode-Collate/Collate/Locale/ko.pl new file mode 100644 index 0000000000..a5d91e267e --- /dev/null +++ b/cpan/Unicode-Collate/Collate/Locale/ko.pl @@ -0,0 +1,4 @@ +use Unicode::Collate::CJK::Korean; ++{ + overrideCJK => \&Unicode::Collate::CJK::Korean::weightKorean, +}; |