summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/Collate/CJK
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-11-14 12:07:03 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-11-14 12:07:03 +0000
commitb5d9a95357621a0a9d375ff6a83672c7f150655e (patch)
tree9f8d4bc2703f353701669efb7159ff490a921d80 /cpan/Unicode-Collate/Collate/CJK
parente1603486d4c4f2826ab41e50c9315d9914cc9dfa (diff)
downloadperl-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 'cpan/Unicode-Collate/Collate/CJK')
-rw-r--r--cpan/Unicode-Collate/Collate/CJK/Big5.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Unicode-Collate/Collate/CJK/Big5.pm b/cpan/Unicode-Collate/Collate/CJK/Big5.pm
index 7b309e51bd..2d133fd8b1 100644
--- a/cpan/Unicode-Collate/Collate/CJK/Big5.pm
+++ b/cpan/Unicode-Collate/Collate/CJK/Big5.pm
@@ -3,7 +3,7 @@ package Unicode::Collate::CJK::Big5;
use 5.006;
use strict;
-our $VERSION = '0.64';
+our $VERSION = '0.65';
my %u2p;
my $wt = 0x8000;