delete inaccurate comment
[p5sagit/p5-mst-13.2.git] / lib / Unicode / Collate / Changes
CommitLineData
45394607 1Revision history for Perl extension Unicode::Collate.
2
809c7673 30.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
905aa9f0 140.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
5398038e 180.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
d16e9e3d 270.08 Mon Aug 20 22:40:18 2001
28 - add the index method.
29
45394607 300.07 Thu Aug 16 23:42:02 2001
31 - rename the module name to Unicode::Collate.
32
330.06 Thu Aug 16 23:18:36 2001
34 - add description of the getSortKey method.
35
360.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
400.04 Mon Aug 13 22:23:11 2001
41 - some bugs are fixed.
42 - some tailoring parameters are added.
43
440.03 Mon Aug 06 06:26:35 2001
45 - modify README
46
470.02 Sun Aug 05 20:20:01 2001
48 - some fix
49
500.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