Unicode::Collate 0.11 Released
[p5sagit/p5-mst-13.2.git] / lib / Unicode / Collate / Changes
1 Revision history for Perl extension Unicode::Collate.
2
3 0.11  Fri May 03 02:28:10 2002
4     - fix: now derived collation elements can be used for Hangul Jamo
5       when their weights are not defined.
6       [reported by andreas.koenig@anima.de]
7     - fix: rearrangements had not worked.
8     - mentioned pleblem on index() in BUGS.
9     - more documents, more tests.
10     - tag names for 'alternate' are case-insensitive (i.e. 'SHIFTed' etc.).
11     - The <undef> value for the keys "overrideCJK", "overrideHangul",
12       "rearrange" has a special behavior (different from default).
13
14 0.10  Tue Dec 11 23:26:42 2001
15     - now you are allowed to use no table file.
16     - fix: fetching CE with two or more combining characters.
17
18 0.09  Sun Nov 11 17:02:40:18 2001
19     - add the following methods: eq, ne, lt, le, gt, le.
20     - relies on &Unicode::Normalize::getCombinClass()
21       in place of %Unicode::Normalize::Combin
22       (the hash is not defined in the XS version of Unicode::Normalize).
23       then you should install Unicode::Normalize 0.10 or later.
24     - now independent of Lingua::KO::Hangul::Util
25       (this module does decomposition of Hangul syllables for itself)
26
27 0.08  Mon Aug 20 22:40:18 2001
28     - add the index method.
29
30 0.07  Thu Aug 16 23:42:02 2001
31     - rename the module name to Unicode::Collate.
32
33 0.06  Thu Aug 16 23:18:36 2001
34     - add description of the getSortKey method.
35
36 0.05  Mon Aug 13 22:23:11 2001
37     - bug fix: on the things of 4.2.1, UTR #10
38     - getSortKey returns a string, but not an arrayref.
39
40 0.04  Mon Aug 13 22:23:11 2001
41     - some bugs are fixed.
42     - some tailoring parameters are added.
43
44 0.03  Mon Aug 06 06:26:35 2001
45     - modify README
46
47 0.02  Sun Aug 05 20:20:01 2001
48     - some fix
49
50 0.01  Sun Jul 29 16:16:15 2001
51     - original version; created by h2xs 1.21
52       with options -A -X -n Sort::UCA
53