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