diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-12-15 13:29:13 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-12-15 13:29:13 +0000 |
commit | 6d3c12b51eab17f76fe9a1afc3d7023d3cdb6a6b (patch) | |
tree | 399169b454d31a1358abae400a3783451138159c /cpan/Unicode-Collate/Changes | |
parent | fc826e38a4eb6efa4cfc92de662b40a6d5333e5e (diff) | |
download | perl-6d3c12b51eab17f76fe9a1afc3d7023d3cdb6a6b.tar.gz |
Update Unicode-Collate to CPAN version 0.96
[DELTA]
0.96 Sat Dec 15 19:43:10 2012
- special noncharancter tailorings ('highestFFFF' and 'minimalFFFE')
* some locales are modified for 'highestFFFF': as, bn, fa, gu, hi, hy,
kn, kok, mr, or, sa, si, si_dict, ta, te, th, ur.
- U::C::Locale now allows 'entry' to add or override mappings.
- bug fix: using DUCET through XS wrongly prevented completely ignorable
characters from tailoring.
- modified tests: default.t, loc_as.t, loc_bn.t, loc_fa.t, loc_gu.t,
loc_hi.t, loc_hy.t, loc_kn.t, loc_kok.t, loc_mr.t, loc_or.t, loc_sa.t,
loc_si.t, loc_sidt.t, loc_ta.t, loc_te.t, loc_test.t, loc_th.t,
loc_ur.t, nonchar.t in t.
Diffstat (limited to 'cpan/Unicode-Collate/Changes')
-rw-r--r-- | cpan/Unicode-Collate/Changes | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cpan/Unicode-Collate/Changes b/cpan/Unicode-Collate/Changes index 4eef25291a..faaa985361 100644 --- a/cpan/Unicode-Collate/Changes +++ b/cpan/Unicode-Collate/Changes @@ -1,5 +1,17 @@ Revision history for Perl module Unicode::Collate. +0.96 Sat Dec 15 19:43:10 2012 + - special noncharancter tailorings ('highestFFFF' and 'minimalFFFE') + * some locales are modified for 'highestFFFF': as, bn, fa, gu, hi, hy, + kn, kok, mr, or, sa, si, si_dict, ta, te, th, ur. + - U::C::Locale now allows 'entry' to add or override mappings. + - bug fix: using DUCET through XS wrongly prevented completely ignorable + characters from tailoring. + - modified tests: default.t, loc_as.t, loc_bn.t, loc_fa.t, loc_gu.t, + loc_hi.t, loc_hy.t, loc_kn.t, loc_kok.t, loc_mr.t, loc_or.t, loc_sa.t, + loc_si.t, loc_sidt.t, loc_ta.t, loc_te.t, loc_test.t, loc_th.t, + loc_ur.t, nonchar.t in t. + 0.95 Sat Dec 8 15:11:09 2012 - U::C::Locale newly supports locales: bs_Cyrl, ee. - updated to CLDR 21: uk. |