1 Revision history for Perl extension Unicode::Normalize.
3 0.22 Mon Jun 09 22:23:10 2003
4 - internal tweak (again): pack_U() and unpack_U().
6 0.21 Thu Apr 02 23:12:54 2003
7 - internal tweak: for (?un)pack 'U'.
9 0.20 Sun Mar 02 13:29:25 2003
10 - decompose Hangul syllables in a decomposition mapping.
13 - synchronization with bleadperl.
16 0.17 Sun Apr 28 23:13:32 2002
17 - now normalize('NFC',$1) should work.
18 - Some croak()'s are added in mkheader.
19 - synchronization with bleadperl.
21 - Change 16136: by pudge
23 0.16 Thu Mar 21 13:36:14 2002
24 - synchronization with bleadperl.
25 - Change 15318: by jhi
26 - Change 15319: by jhi
28 0.15 Tue Mar 19 22:04:07 2002
29 - Quick check is implemented.
30 - decompose(), reorder(), and compose() are documented.
31 - The Non-XS version is also independent of Lingua::KO::Hangul::Util.
33 0.14 Sat Feb 02 20:40:14 2002
34 - synchronization with bleadperl.
35 - Change 14128: by Arthur
36 - Change 14129: by jhi
38 - Change 14199: by Nikola Knezevic
39 - Change 14308: by Benjamin Goldberg
40 - Change 14370: by jhi
42 0.13 Sat Dec 01 11:42:43 2001
43 - modify Makefile.PL to enable rebuild.
44 (This problem is pointed out by David Dyck.)
45 - Change 13388: by Jarkko Hietaniemi.
47 0.12 Wed Nov 29 22:49:02 2001
48 - documentation in .pod is appended to .pm and the .pod is removed.
49 (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
51 0.11 Sat Nov 24 10:18:38 2001
52 - documentation of some functions for character data.
53 - Change 12909: by Jarkko Hietaniemi.
54 - Change 13228: by Peter Prymmer.
56 0.10 Sat Nov 03 16:30:20 2001
57 - The XS version is now independent of Lingua::KO::Hangul::Util.
58 (though the Non-XS version still requires that.)
60 0.09 Fri Nov 02 22:39:30 2001
63 0.08 Thu Nov 01 23:20:42 2001
64 - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
66 0.07 Wed Oct 31 22:06:42 2001
67 - modify internal. decompose() - reorder() - compose().
69 0.06 Sun Oct 28 14:28:46 2001
71 (but the Non-XS version is also supported.)
73 0.05 Wed Oct 10 22:02:15 2001 (not released)
74 - %Compos contains unnecessary singletons
75 (though it did not cause any bug, only useless).
76 They will not be stored.
78 0.04 Wed Aug 15 19:02:41 2001
79 - fix: NFD("") and NFKD("") must return "", not but undef.
81 0.03 Fri Aug 10 22:44:18 2001
82 - rename the module name to Unicode::Normalize.
83 - normalize takes two arguments.
85 0.02 Thu Aug 9 22:56:36 2001
86 - add function normalize
88 0.01 Mon Aug 6 21:45:11 2001
89 - original version; created by h2xs 1.21 with options
90 -A -X -n Text::Unicode::Normalize