Revision history for Perl module Unicode::Transform.
0.23 Sun Nov 9 17:25:36 2003
- fixed: unicode_to_utfcp1047() and utfcp1047_to_unicode() did not
cope with CODEREF correctly.
- fixed: chr_utfcp1047() was buggy.
- added ord_*() functions.
- added chr.t and ord.t.
- added G_EVAL in XSUB code.
- modified test.t avoiding a non-character \x{10ffff}.
0.22 Fri Mar 21 21:46:28 2003
- fix test.t: new tests 25..28
http://www.xray.mpe.mpg.de/mailing-lists/perl-unicode/2003-03/msg00026.html
0.21 Wed Mar 19 23:23:11 2003
- ord_uv_in[] : type of return values mismatching (STRLEN/UV).
reported by Brian DePradine.
http://www.xray.mpe.mpg.de/mailing-lists/perl-unicode/2003-03/msg00024.html
- test.t: tests 25..28 are commented out.
0.20 Tue Mar 18 00:24:11 2003
- fix tests... A trial to pass the tests on an EBCDIC-platform.
0.10 Mon Nov 04 08:01:11 2002
- fix a momery leak when the process died in a callback.
like: eval { utf16be_to_unicode(sub { die }, "\x00"); };
0.01 Sat Aug 17 11:25:31 2002
- original version; created by h2xs 1.19