Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / Unicode / Collate / Changes
CommitLineData
86530b38
AT
1Revision history for Perl extension Unicode::Collate.
2
30.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
80.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
190.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
230.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
320.08 Mon Aug 20 22:40:18 2001
33 - add the index method.
34
350.07 Thu Aug 16 23:42:02 2001
36 - rename the module name to Unicode::Collate.
37
380.06 Thu Aug 16 23:18:36 2001
39 - add description of the getSortKey method.
40
410.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
450.04 Mon Aug 13 22:23:11 2001
46 - some bugs are fixed.
47 - some tailoring parameters are added.
48
490.03 Mon Aug 06 06:26:35 2001
50 - modify README
51
520.02 Sun Aug 05 20:20:01 2001
53 - some fix
54
550.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