summaryrefslogtreecommitdiff
path: root/lib/Unicode/Collate/Changes
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-12-27 18:28:37 +0000
committerNicholas Clark <nick@ccl4.org>2003-12-27 18:28:37 +0000
commitabd1ec547ebff81b71080b2060165663ba730934 (patch)
treedd6d5f6b63ebae1de557d61b55b277f7467458a1 /lib/Unicode/Collate/Changes
parentaaa799f9f94038e03b6fe1069e18029f5c7fdb32 (diff)
downloadperl-abd1ec547ebff81b71080b2060165663ba730934.tar.gz
Assimilate Unicode::Collate 0.33
p4raw-id: //depot/perl@21976
Diffstat (limited to 'lib/Unicode/Collate/Changes')
-rw-r--r--lib/Unicode/Collate/Changes17
1 files changed, 14 insertions, 3 deletions
diff --git a/lib/Unicode/Collate/Changes b/lib/Unicode/Collate/Changes
index df60b97c7f..a59ffa0e55 100644
--- a/lib/Unicode/Collate/Changes
+++ b/lib/Unicode/Collate/Changes
@@ -1,5 +1,16 @@
Revision history for Perl module Unicode::Collate.
+0.33 Sat Dec 13 14:07:27 2003
+ - documentation improvement: in "entry", "overrideHangul", etc.
+
+0.32 Wed Dec 3 23:38:18 2003
+ - A matching part from index(), match() etc. will include illegal
+ code points (as well as ignorable characters) following a grapheme.
+ - Contraction with illegal code point will be invalid.
+ - Added some tests in illegal.t; added view.t.
+ - Some tests are separated from test.t into altern.t and rearrang.t.
+ - modified XSUB internals.
+
0.31 Sun Nov 16 15:40:15 2003
- Illegal code points (surrogate and noncharacter; they are definitely
ignorable) will be distinguished from NULL ("\0");
@@ -7,8 +18,8 @@ Revision history for Perl module Unicode::Collate.
(Perl 5.7.3 or before)). If perl 5.6.X is used, XSUB may help it
in place of broken CORE::unpack('U*') in older perl.
- added illegal.t and illegalp.t.
- - added XSUB edition (EXPERIMENTAL) where some functions are implemented
- in XSUB (Pure Perl edition is also supported.)
+ - added XSUB (EXPERIMENTAL!) where some functions are implemented
+ in XSUB. Pure Perl is also supported.
0.30 Mon Oct 13 21:26:37 2003
- fix: Completely ignorable in table should be able to be overrided
@@ -19,7 +30,7 @@ Revision history for Perl module Unicode::Collate.
- some doc fixes
0.29 Mon Oct 13 12:18:23 2003
- - now UCA Version 11.
+ - now UCA Version 11 (but no functionality is different from Version 9).
- supported hangul_terminator.
- fix: Base_Unicode_Version falsely returns Perl's Unicode version.
C4 in UTS #10 requires UTS's Unicode version.