diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-14 12:07:03 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-14 12:07:03 +0000 |
commit | b5d9a95357621a0a9d375ff6a83672c7f150655e (patch) | |
tree | 9f8d4bc2703f353701669efb7159ff490a921d80 /pod | |
parent | e1603486d4c4f2826ab41e50c9315d9914cc9dfa (diff) | |
download | perl-b5d9a95357621a0a9d375ff6a83672c7f150655e.tar.gz |
Update Unicode-Collate to CPAN version 0.67
[DELTA]
0.67 Sun Nov 14 11:38:59 2010
- supported UCA_Version 22 for Unicode 6.0.0.
* 2B740..2B81D are new CJK unified ideographs.
* noncharacters (e.g. U+FFFF) should be overridable, not be ignored.
! DUCET is NOT updated, as no maint perl supports Unicode 6.0.0.
Thus the default UCA_Version is still 20.
- added t/nonchar.t.
- improved discontiguous contractions of 3 or more characters.
(e.g. 0FB2 0F71 0F80 and 0FB3 0F71 0F80)
- auxiliary: now 'mklocale' also copes with Korean.pm according to DUCET.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index afe4513277..f8ef0308b9 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -242,7 +242,7 @@ cribbed. =item * The following modules were added by the C<Unicode::Collate> -upgrade from 0.63 to 0.66. See below for details. +upgrade from 0.63 to 0.67. See below for details. C<Unicode::Collate::CJK::Big5> @@ -460,11 +460,13 @@ C<Sys::Hostname> has been upgraded from 1.13 to 1.14. =item * -C<Unicode::Collate> has been upgraded from 0.63 to 0.66 +C<Unicode::Collate> has been upgraded from 0.63 to 0.67 This release newly adds locales C<ja> C<ko> and C<zh> and its variants ( C<zh__big5han>, C<zh__gb2312han>, C<zh__pinyin>, C<zh__stroke> ). +Supported UCA_Version 22 for Unicode 6.0.0. + The following modules have been added: C<Unicode::Collate::CJK::Big5> for C<zh__big5han> which makes |