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