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