This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Encode 1.99.
[perl5.git] / ext / Encode / Changes
index 0ec0702..b034b93 100644 (file)
@@ -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.