(replaced by #13391)
[p5sagit/p5-mst-13.2.git] / ext / Unicode / Normalize / Changes
CommitLineData
ac5ea531 1Revision history for Perl extension Unicode::Normalize.
2
30.10 Sat Nov 03 16:30:20 2001
4 - The XS version is now independent of Lingua::KO::Hangul::Util.
5 (though the Non-XS version still requires that.)
6
70.09 Fri Nov 02 22:39:30 2001
8 - remove pTHX_.
9
100.08 Thu Nov 01 23:20:42 2001
11 - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
12
130.07 Wed Oct 31 22:06:42 2001
14 - modify internal. decompose() - reorder() - compose().
15
160.06 Sun Oct 28 14:28:46 2001
17 - an XS version.
18 (but the Non-XS version is also supported.)
19
200.05 Wed Oct 10 22:02:15 2001 (not released)
21 - %Compos contains unnecessary singletons
22 (though it did not cause any bug, only useless).
23 They will not be stored.
24
250.04 Wed Aug 15 19:02:41 2001
26 - fix: NFD("") and NFKD("") must return "", not but undef.
27
280.03 Fri Aug 10 22:44:18 2001
29 - rename the module name to Unicode::Normalize.
30 - normalize takes two arguments.
31
320.02 Thu Aug 9 22:56:36 2001
33 - add function normalize
34
350.01 Mon Aug 6 21:45:11 2001
36 - original version; created by h2xs 1.21 with options
37 -A -X -n Text::Unicode::Normalize
38