Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
[p5sagit/p5-mst-13.2.git] / lib / Unicode / Collate / Changes
1 Revision history for Perl extension Unicode::Collate.
2
3 0.24  Thu Apr 02 23:12:54 2003
4     - internal tweak for (?un)pack 'U'.
5
6 0.23  Wed Sep 04 19:25:20 2002
7     - fix: scalar match() no longer returns an lvalue substr ref.
8     - fix: "Ignorable after variable" should be made level 3 ignorable
9            even if alternate => 'blanked'.
10     - Now a grapheme may contain trailing level 2, level 3,
11       and completely ignorable characters.
12
13 0.22  Mon Sep 02 23:15:14 2002
14     - New File: index.t.
15       (The new test.t excludes tests for index.)
16     - tweak on index(). POSITION is supported.
17     - add match, gmatch, subst, gsubst methods.
18     - fix: ignorable after variable in 'shift'-variable weight.
19
20 0.21  Sat Aug 03 10:24:00 2002
21     - upgrade keys.txt and t/test.t for UCA Version 9.
22
23 0.20  Fri Jul 26 02:15:25 2002
24     - now UCA Version 9.
25     - U+FDD0..U+FDEF are new non-characters.
26     - fix: whitespace characters before @backwards etc. in a table file.
27     - now values for 'alternate', 'backwards', etc.,
28       which are explicitly specified via new(),
29       are preferred to those specified in a table file.
30
31 0.12  Sun May 05 09:43:10 2002
32     - add new methods, ->UCA_Version and ->Base_Unicode_Version.
33     - test fix: removed the needless requirement of Unicode::Normalize.
34       [reported by David Hand]
35
36 0.11  Fri May 03 02:28:10 2002
37     - fix: now derived collation elements can be used for Hangul Jamo
38       when their weights are not defined.
39       [reported by Andreas J. Koenig]
40     - fix: rearrangements had not worked.
41     - mentioned pleblem on index() in BUGS.
42     - more documents, more tests.
43     - tag names for 'alternate' are case-insensitive (i.e. 'SHIFTed' etc.).
44     - The <undef> value for the keys "overrideCJK", "overrideHangul",
45       "rearrange" has a special behavior (different from default).
46
47 0.10  Tue Dec 11 23:26:42 2001
48     - now you are allowed to use no table file.
49     - fix: fetching CE with two or more combining characters.
50
51 0.09  Sun Nov 11 17:02:40:18 2001
52     - add the following methods: eq, ne, lt, le, gt, le.
53     - relies on &Unicode::Normalize::getCombinClass()
54       in place of %Unicode::Normalize::Combin
55       (the hash is not defined in the XS version of Unicode::Normalize).
56       then you should install Unicode::Normalize 0.10 or later.
57     - now independent of Lingua::KO::Hangul::Util
58       (this module does decomposition of Hangul syllables for itself)
59
60 0.08  Mon Aug 20 22:40:18 2001
61     - add the index method.
62
63 0.07  Thu Aug 16 23:42:02 2001
64     - rename the module name to Unicode::Collate.
65
66 0.06  Thu Aug 16 23:18:36 2001
67     - add description of the getSortKey method.
68
69 0.05  Mon Aug 13 22:23:11 2001
70     - bug fix: on the things of 4.2.1, UTR #10
71     - getSortKey returns a string, but not an arrayref.
72
73 0.04  Mon Aug 13 22:23:11 2001
74     - some bugs are fixed.
75     - some tailoring parameters are added.
76
77 0.03  Mon Aug 06 06:26:35 2001
78     - modify README
79
80 0.02  Sun Aug 05 20:20:01 2001
81     - some fix
82
83 0.01  Sun Jul 29 16:16:15 2001
84     - original version; created by h2xs 1.21
85       with options -A -X -n Sort::UCA
86