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