diff options
Diffstat (limited to 'ext/Encode/Changes')
-rw-r--r-- | ext/Encode/Changes | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/ext/Encode/Changes b/ext/Encode/Changes index 0ec0702b05..b034b93a66 100644 --- a/ext/Encode/Changes +++ b/ext/Encode/Changes @@ -1,8 +1,21 @@ # Revision history for Perl extension Encode. # -# $Id: Changes,v 1.98 2003/08/20 11:15:31 dankogai Exp dankogai $ +# $Id: Changes,v 1.99 2003/12/29 02:47:16 dankogai Exp dankogai $ # -$Revision: 1.98 $ $Date: 2003/08/20 11:15:31 $ + +$Revision: 1.99 $ $Date: 2003/12/29 02:47:16 $ +! Unicode/Unicode.xs + find_encoding("UTF-16BE")->encode("abc") now null terminates + http://www.mail-archive.com/perl5-porters@perl.org/msg69766.html +! Encode.pm + prototype bug in decode_utf8() fixed + Message-Id: <600A4CDA-F004-11D7-B570-000393AE4244@dan.co.jp> +! Encode.pm /MANIFEST encoding.pm lib/Encode/Supported.pod + t/at-cn.t t/at-tw.t t/gsm0338.t ucm/gsm0338.ucm ++ t/gsm0338.t + Merged from maintperl@21987 + +1.98 2003/08/20 11:15:31 ! lib/Encode/MIME/Header.pm AUTHORS t/mime-header.t Dave Evans has found and corrected a bug in Encode::MIME::Header. Test suite added by Dan Kogai. |