summaryrefslogtreecommitdiff
path: root/lib/Unicode/Collate/Changes
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-09-07 19:12:05 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-09-07 19:12:05 +0000
commit06c8fc8f09dc8f7e52006b1a902e84e1587b786f (patch)
treeef1fc4371fd44769715bdf5c7ed3f4b8f5a0ee6a /lib/Unicode/Collate/Changes
parent35ed0d3c8f1120489361bf37c4e66472d2262576 (diff)
downloadperl-06c8fc8f09dc8f7e52006b1a902e84e1587b786f.tar.gz
Upgrade to Unicode::Collate 0.28
p4raw-id: //depot/perl@21064
Diffstat (limited to 'lib/Unicode/Collate/Changes')
-rw-r--r--lib/Unicode/Collate/Changes10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/Unicode/Collate/Changes b/lib/Unicode/Collate/Changes
index 4f61b8332f..3d39bbe248 100644
--- a/lib/Unicode/Collate/Changes
+++ b/lib/Unicode/Collate/Changes
@@ -1,8 +1,16 @@
Revision history for Perl module Unicode::Collate.
+0.28 Sat Sep 06 20:16:01 2003
+ - Fixed another inconsistency under (normalization => undef):
+ Non-contiguous contraction is always neglected.
+ - Fixed: according to S2.1 in UTS #10, a blocked combining character
+ should not be contracted. One test in test.t was wrong, then removed.
+ - Added contract.t.
+ - (normalization => "prenormalized") is able to be used.
+
0.27 Sun Aug 31 22:23:17 2003
some improvements:
- - The maximum length of contracted CE was not checked.
+ - The maximum length of contracted CE was not checked (v0.22 to v0.26).
Collation of a large string including a first letter of a contraction
that is not a part of that contraction (say, 'c' of 'ca'
where 'ch' is defined) was too slow, inefficient.