summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/t/loc_ru.t
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Unicode::Collate from version 1.14 to 1.17Steve Hay2016-11-011-168/+154
|
* 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.81Chris 'BinGOs' Williams2011-10-231-76/+102
| | | | | | | | | [DELTA] 0.81 Sun Oct 23 21:32:36 2011 - U::C::Locale newly supports locales: ml, mr, or, pa. - added loc_ml.t, loc_mr.t, loc_or.t, loc_pa.t in t. - updated some locales to CLDR 2.0 : mk, mt, nb, nn, ro, ru.
* 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.63Chris 'BinGOs' Williams2010-10-171-0/+162
[DELTA] 0.63 Sun Oct 10 22:13:21 2010 - supported suppress contractions (see 'suppress' in POD). - internal for hangul_terminator in getSortKey(). - U::C::Locale newly supports locales: be, bg, kk, mk, ru, sr. - added tailoring with U+0340 or U+0341 instead of U+0300 or U+0301. (affected locales: hr, is, pl, se, to, wo)