Re: Perl 5.8-to-be NetBSD testing?
[p5sagit/p5-mst-13.2.git] / lib / Unicode / Collate / Changes
CommitLineData
45394607 1Revision history for Perl extension Unicode::Collate.
2
905aa9f0 30.10 Tue Dec 11 23:26:42 2001
4 - now you are allowed to use no table file.
5 - fix: fetching CE with two or more combining characters.
6
5398038e 70.09 Sun Nov 11 17:02:40:18 2001
8 - add the following methods: eq, ne, lt, le, gt, le.
9 - relies on &Unicode::Normalize::getCombinClass()
10 in place of %Unicode::Normalize::Combin
11 (the hash is not defined in the XS version of Unicode::Normalize).
12 then you should install Unicode::Normalize 0.10 or later.
13 - now independent of Lingua::KO::Hangul::Util
14 (this module does decomposition of Hangul syllables for itself)
15
d16e9e3d 160.08 Mon Aug 20 22:40:18 2001
17 - add the index method.
18
45394607 190.07 Thu Aug 16 23:42:02 2001
20 - rename the module name to Unicode::Collate.
21
220.06 Thu Aug 16 23:18:36 2001
23 - add description of the getSortKey method.
24
250.05 Mon Aug 13 22:23:11 2001
26 - bug fix: on the things of 4.2.1, UTR #10
27 - getSortKey returns a string, but not an arrayref.
28
290.04 Mon Aug 13 22:23:11 2001
30 - some bugs are fixed.
31 - some tailoring parameters are added.
32
330.03 Mon Aug 06 06:26:35 2001
34 - modify README
35
360.02 Sun Aug 05 20:20:01 2001
37 - some fix
38
390.01 Sun Jul 29 16:16:15 2001
40 - original version; created by h2xs 1.21
41 with options -A -X -n Sort::UCA
42