This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
VMS %ENV fix (follow-up to 18852)
[perl5.git] / lib / Unicode / Collate / Changes
CommitLineData
45394607
JH
1Revision history for Perl extension Unicode::Collate.
2
4d36a948
TS
30.23 Wed Sep 04 19:25:20 2002
4 - fix: scalar match() no longer returns an lvalue substr ref.
5 - fix: "Ignorable after variable" should be made level 3 ignorable
6 even if alternate => 'blanked'.
7 - Now a grapheme may contain trailing level 2, level 3,
8 and completely ignorable characters.
9
100.22 Mon Sep 02 23:15:14 2002
11 - New File: index.t.
12 (The new test.t excludes tests for index.)
13 - tweak on index(). POSITION is supported.
14 - add match, gmatch, subst, gsubst methods.
15 - fix: ignorable after variable in 'shift'-variable weight.
16
caffd4cf
TS
170.21 Sat Aug 03 10:24:00 2002
18 - upgrade keys.txt and t/test.t for UCA Version 9.
19
0116f5dc
JH
200.20 Fri Jul 26 02:15:25 2002
21 - now UCA Version 9.
22 - U+FDD0..U+FDEF are new non-characters.
23 - fix: whitespace characters before @backwards etc. in a table file.
24 - now values for 'alternate', 'backwards', etc.,
25 which are explicitly specified via new(),
26 are preferred to those specified in a table file.
27
327745dc
TS
280.12 Sun May 05 09:43:10 2002
29 - add new methods, ->UCA_Version and ->Base_Unicode_Version.
30 - test fix: removed the needless requirement of Unicode::Normalize.
31 [reported by David Hand]
32
809c7673
TS
330.11 Fri May 03 02:28:10 2002
34 - fix: now derived collation elements can be used for Hangul Jamo
35 when their weights are not defined.
327745dc 36 [reported by Andreas J. Koenig]
809c7673
TS
37 - fix: rearrangements had not worked.
38 - mentioned pleblem on index() in BUGS.
39 - more documents, more tests.
40 - tag names for 'alternate' are case-insensitive (i.e. 'SHIFTed' etc.).
41 - The <undef> value for the keys "overrideCJK", "overrideHangul",
42 "rearrange" has a special behavior (different from default).
43
905aa9f0
TS
440.10 Tue Dec 11 23:26:42 2001
45 - now you are allowed to use no table file.
46 - fix: fetching CE with two or more combining characters.
47
5398038e
TS
480.09 Sun Nov 11 17:02:40:18 2001
49 - add the following methods: eq, ne, lt, le, gt, le.
50 - relies on &Unicode::Normalize::getCombinClass()
51 in place of %Unicode::Normalize::Combin
52 (the hash is not defined in the XS version of Unicode::Normalize).
53 then you should install Unicode::Normalize 0.10 or later.
54 - now independent of Lingua::KO::Hangul::Util
55 (this module does decomposition of Hangul syllables for itself)
56
d16e9e3d
JH
570.08 Mon Aug 20 22:40:18 2001
58 - add the index method.
59
45394607
JH
600.07 Thu Aug 16 23:42:02 2001
61 - rename the module name to Unicode::Collate.
62
630.06 Thu Aug 16 23:18:36 2001
64 - add description of the getSortKey method.
65
660.05 Mon Aug 13 22:23:11 2001
67 - bug fix: on the things of 4.2.1, UTR #10
68 - getSortKey returns a string, but not an arrayref.
69
700.04 Mon Aug 13 22:23:11 2001
71 - some bugs are fixed.
72 - some tailoring parameters are added.
73
740.03 Mon Aug 06 06:26:35 2001
75 - modify README
76
770.02 Sun Aug 05 20:20:01 2001
78 - some fix
79
800.01 Sun Jul 29 16:16:15 2001
81 - original version; created by h2xs 1.21
82 with options -A -X -n Sort::UCA
83