1 Revision history for Perl extension Unicode::Normalize.
3 0.12 Wed Nov 29 22:49:02 2001
4 - documentation in .pod is appended to .pm and the .pod is removed.
5 (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
7 0.11 Sat Nov 24 10:18:38 2001
8 - documentation of some functions for character data.
9 - Change 12909: by Jarkko Hietaniemi.
10 - Change 13228: by Peter Prymmer.
12 0.10 Sat Nov 03 16:30:20 2001
13 - The XS version is now independent of Lingua::KO::Hangul::Util.
14 (though the Non-XS version still requires that.)
16 0.09 Fri Nov 02 22:39:30 2001
19 0.08 Thu Nov 01 23:20:42 2001
20 - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
22 0.07 Wed Oct 31 22:06:42 2001
23 - modify internal. decompose() - reorder() - compose().
25 0.06 Sun Oct 28 14:28:46 2001
27 (but the Non-XS version is also supported.)
29 0.05 Wed Oct 10 22:02:15 2001 (not released)
30 - %Compos contains unnecessary singletons
31 (though it did not cause any bug, only useless).
32 They will not be stored.
34 0.04 Wed Aug 15 19:02:41 2001
35 - fix: NFD("") and NFKD("") must return "", not but undef.
37 0.03 Fri Aug 10 22:44:18 2001
38 - rename the module name to Unicode::Normalize.
39 - normalize takes two arguments.
41 0.02 Thu Aug 9 22:56:36 2001
42 - add function normalize
44 0.01 Mon Aug 6 21:45:11 2001
45 - original version; created by h2xs 1.21 with options
46 -A -X -n Text::Unicode::Normalize