Unicode::Collate v0.09
[p5sagit/p5-mst-13.2.git] / lib / Unicode / Collate / Changes
CommitLineData
45394607 1Revision history for Perl extension Unicode::Collate.
2
5398038e 30.09 Sun Nov 11 17:02:40:18 2001
4 - add the following methods: eq, ne, lt, le, gt, le.
5 - relies on &Unicode::Normalize::getCombinClass()
6 in place of %Unicode::Normalize::Combin
7 (the hash is not defined in the XS version of Unicode::Normalize).
8 then you should install Unicode::Normalize 0.10 or later.
9 - now independent of Lingua::KO::Hangul::Util
10 (this module does decomposition of Hangul syllables for itself)
11
d16e9e3d 120.08 Mon Aug 20 22:40:18 2001
13 - add the index method.
14
45394607 150.07 Thu Aug 16 23:42:02 2001
16 - rename the module name to Unicode::Collate.
17
180.06 Thu Aug 16 23:18:36 2001
19 - add description of the getSortKey method.
20
210.05 Mon Aug 13 22:23:11 2001
22 - bug fix: on the things of 4.2.1, UTR #10
23 - getSortKey returns a string, but not an arrayref.
24
250.04 Mon Aug 13 22:23:11 2001
26 - some bugs are fixed.
27 - some tailoring parameters are added.
28
290.03 Mon Aug 06 06:26:35 2001
30 - modify README
31
320.02 Sun Aug 05 20:20:01 2001
33 - some fix
34
350.01 Sun Jul 29 16:16:15 2001
36 - original version; created by h2xs 1.21
37 with options -A -X -n Sort::UCA
38