(replaced by #13391)
[p5sagit/p5-mst-13.2.git] / ext / Unicode / Normalize / Changes
1 Revision history for Perl extension Unicode::Normalize.
2
3 0.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
7 0.09  Fri Nov 02 22:39:30 2001
8         - remove pTHX_.
9
10 0.08  Thu Nov 01 23:20:42 2001
11         - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
12
13 0.07  Wed Oct 31 22:06:42 2001
14         - modify internal. decompose() - reorder() - compose().
15
16 0.06  Sun Oct 28 14:28:46 2001
17         - an XS version.
18         (but the Non-XS version is also supported.)
19
20 0.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
25 0.04  Wed Aug 15 19:02:41 2001
26         - fix: NFD("") and NFKD("") must return "", not but undef.
27
28 0.03  Fri Aug 10 22:44:18 2001
29         - rename the module name to Unicode::Normalize.
30         - normalize takes two arguments.
31
32 0.02  Thu Aug  9 22:56:36 2001
33         - add function normalize
34
35 0.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