summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/t/cjkrange.t
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-11-07 13:31:59 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-11-07 13:32:48 +0000
commit584e761d155b7f9055c1f0566f42a2ef083716d8 (patch)
tree65f48ccaaf4e2d8400cf29e903cce0c9ea8d8822 /cpan/Unicode-Collate/t/cjkrange.t
parent90e83bc9e824bf1896bb96af89ec7c40ed9eebf2 (diff)
downloadperl-584e761d155b7f9055c1f0566f42a2ef083716d8.tar.gz
Update Unicode-Collate to CPAN version 0.66
[DELTA] 0.66 Sun Nov 7 10:47:30 2010 - U::C::Locale newly supports locale: ko. - added Unicode::Collate::CJK::Korean for ko. - added t/loc_ko.t. - 12 compat. ideographs (e.g. U+FA0E) are treated as unified ideographs. (though DUCET also does it, now Unicode::Collate does it without DUCET.) - added t/compatui.t. ! Ideographs Ext.B (U+20000..U+2A6D6) can be overrided with UCA_Version 8. This is a long-standing behavior from Unicode::Collate 0.11 to 0.63. A wrong fix at 0.64 should be abandoned.
Diffstat (limited to 'cpan/Unicode-Collate/t/cjkrange.t')
-rw-r--r--cpan/Unicode-Collate/t/cjkrange.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Unicode-Collate/t/cjkrange.t b/cpan/Unicode-Collate/t/cjkrange.t
index d9178b473c..a6118d8e6d 100644
--- a/cpan/Unicode-Collate/t/cjkrange.t
+++ b/cpan/Unicode-Collate/t/cjkrange.t
@@ -29,9 +29,9 @@ my $Collator = Unicode::Collate->new(
# U+9FBC..U+9FC3 are CJK UI since Unicode 5.1.0.
# U+9FA6..U+9FBB are CJK UI since Unicode 4.1.0.
# CJK UI Ext are greater than any CJK UI.
-# U+3400 ..U+4DB5 are CJK UI ExtA since Unicode 3.0.0.
-# U+20000..U+2A6D6 are CJK UI ExtB since Unicode 3.1.0.
-# U+2A700..U+2B734 are CJK UI ExtC since Unicode 5.2.0.
+# U+3400 ..U+4DB5 are CJK UI Ext.A since Unicode 3.0.0.
+# U+20000..U+2A6D6 are CJK UI Ext.B since Unicode 3.1.0.
+# U+2A700..U+2B734 are CJK UI Ext.C since Unicode 5.2.0.
##### 2..13
$Collator->change(UCA_Version => 8);