summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/t/view.t
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Update Unicode-Collate to CPAN version 0.92Chris 'BinGOs' Williams2012-11-141-9/+34
| | | | | | | | | | | | | | | | [DELTA] 0.92 Wed Nov 14 20:58:19 2012 - fix: index() etc. with preprocess/normalization should be always croaked. - doc: referred to the latest UTS #10 and updated its section numbers. - supported the identical level (see 'identical' in POD). - Now UCA_Version 26 (for Unicode 6.2.0) is supported. - added ident.t in t. - modified tests: cjkrange.t, compatui.t, hangtype.t, index.t, overcjk0.t, overcjk1.t, test.t, view.t in t. * But the default UCA_Version is still 24. (In the next release, UCA_Version 26 will be the default.)
* Upgrade Unicode-Collate to 0.89Abigail2012-03-131-3/+11
|
* Update Unicode-Collate to CPAN version 0.68Chris 'BinGOs' Williams2010-11-231-2/+2
| | | | | | | | | | [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.56Chris 'BinGOs' Williams2010-08-091-0/+4
| | | | | | | | [DELTA] 0.56 Sun Aug 8 20:24:03 2010 - Unicode::Collate::Locale newly supports locales: eo, nb, ro, sv. ! renamed t/locale_{xy}.t to t/loc_{xy}.t (for safer 8.3 names)
* Updated Unic0de-Collate to CPAN version 0.55Chris 'BinGOs' Williams2010-08-021-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 0.55 Sun Aug 1 21:21:23 2010 - incorporated Unicode::Collate::Locale with some changes. (see http://www.xray.mpe.mpg.de/mailing-lists/perl-unicode/2004-03/msg00030.html) ! added t/locale*.t that uses DUCET. 0.54 Sun Jul 25 21:37:04 2010 - Now UCA Revision 20 (based on Unicode 5.2.0). - DUCET is also updated (for Unicode 5.2.0) as Collate/allkeys.txt, which *is required* to test this module. ! Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - U+9FC4..U+9FCB and U+2A700..U+2B734 are new CJK Unified Ideographs. - Many hangul jamo are assigned (affecting hangul_terminator). ! DUCET will be compiled when XS is used. Explicit saying <table => 'allkeys.txt'> (or using another table) will prevent this module using the compiled DUCET. ! added t/default.t that uses DUCET.
* Move Unicode::Collate from ext/ to dist/Nicholas Clark2009-09-301-0/+236