Unicode::Collate v0.09
[p5sagit/p5-mst-13.2.git] / lib / Unicode / Collate / Changes
1 Revision history for Perl extension Unicode::Collate.
2
3 0.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
12 0.08  Mon Aug 20 22:40:18 2001
13     - add the index method.
14
15 0.07  Thu Aug 16 23:42:02 2001
16     - rename the module name to Unicode::Collate.
17
18 0.06  Thu Aug 16 23:18:36 2001
19     - add description of the getSortKey method.
20
21 0.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
25 0.04  Mon Aug 13 22:23:11 2001
26     - some bugs are fixed.
27     - some tailoring parameters are added.
28
29 0.03  Mon Aug 06 06:26:35 2001
30     - modify README
31
32 0.02  Sun Aug 05 20:20:01 2001
33     - some fix
34
35 0.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