summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/t/loc_ig.t
Commit message (Collapse)AuthorAgeFilesLines
* Update Unicode-Collate to CPAN version 1.19Chris 'BinGOs' Williams2016-12-031-6/+10
| | | | | | | | | [DELTA] 1.19 Sat Dec 3 09:32:31 2016 - U::C::Locale newly supports locales: he, vo. - locales updated to CLDR 24: az, haw. - locale updated to CLDR 26: et.
* Update Unicode-Collate to CPAN version 1.00Chris 'BinGOs' Williams2013-10-271-3/+6
| | | | | | | | | | | [DELTA] 1.00 Sun Oct 27 13:22:17 2013 - When a subroutine by 'overrideOut' taking a out-of-range value and returning undef, now the value is treated as if it were U+FFFD. * 0.99 wrongly calculates implicit weights based on out-of-range values. - Assertion using unpack 'U' is added. If not only pack('U') but also unpack('U') of CORE:: don't work as expected, this module will die.
* Upgrade Unicode-Collate to 0.89Abigail2012-03-131-3/+11
|
* Update Unicode-Collate to CPAN version 0.68Chris 'BinGOs' Williams2010-11-231-4/+19
| | | | | | | | | | [DELTA] 0.68 Tue Nov 23 20:17:22 2010 - doc: clarified about (backwards => [ ]) and (backwards => undef). - separated t/backwds.t from t/test.t. - added cjk_b5.t, cjk_gb.t, cjk_ja.t, cjk_ko.t, cjk_py.t, cjk_st.t in t for CJK/*.pm without Locale.pm.
* Update Unicode-Collate to CPAN version 0.61Chris 'BinGOs' Williams2010-10-021-0/+143
[DELTA] 0.61 Sat Oct 2 11:41:29 2010 - U::C::Locale newly supports locales: hr, ig, sq. - precomposites of e-dot-below, o-dot-below, o-tilde are tailored as well. (affected locales: et, yo) - Vietnamese (vi): added contractions for non-blocked decompositions * base + dot-below + diacritical such as "a\x{323}\x{306} etc. * base + tone + horn such as "o\x{300}\x{31B}" etc.