diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-06 22:15:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-06 22:15:14 +0000 |
commit | 56ff73747e9362a483df0d73a430e0cb83ff0e6b (patch) | |
tree | 69aa87be58fa798dda335f85c41bc78f5dd2c33f /ext/Encode/Changes | |
parent | a4474c9e1dfa634c058e348a6590af8b9ec4518e (diff) | |
download | perl-56ff73747e9362a483df0d73a430e0cb83ff0e6b.tar.gz |
Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
by Dan Kogai to fix encoding(utf-8-strict) with partial
characters.
p4raw-id: //depot/perl@25271
Diffstat (limited to 'ext/Encode/Changes')
-rw-r--r-- | ext/Encode/Changes | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/ext/Encode/Changes b/ext/Encode/Changes index 16d6ed2782..dd9a6b5bed 100644 --- a/ext/Encode/Changes +++ b/ext/Encode/Changes @@ -1,8 +1,28 @@ # Revision history for Perl extension Encode. # -# $Id: Changes,v 2.10 2005/05/16 18:46:36 dankogai Exp dankogai $ +# $Id: Changes,v 2.11 2005/08/05 10:58:25 dankogai Exp dankogai $ # -$Revision: 2.10 $ $Date: 2005/05/16 18:46:36 $ +$Revision: 2.11 $ $Date: 2005/08/05 10:58:25 $ +! AUTHORS CHANGES + To reflect changes below +! Encode.pm encoding.pm + lib/Encode/Alias.pm lib/Encode/PerlIO.pod lib/Encode/Supported.pod + Typo fixed by Piotr Fusik in Change 25261 & 25266 + Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> +! Encode.xs + Addresses "BUG REPORT: panic in Encode.xs". + Message-Id: <42EDDA97.2010608@hyper.to> ++ lib/Encode/MIME/Header/ISO_2022_JP.pm mime_header_iso2022jp.t +! lib/Encode/MIME/Header.pm lib/Encode/Config.pm + Encoding 'MIME-Header-ISO_2022_JP' is introduced by Makamaka + Message-Id: <200507311557.j6VFvE2K034605@www231.sakura.ne.jp> +! Encode/encode.h Encode.pm Encode.xs + PerlIO's "encoding(utf-8-strict)" got a problem w/ partial character. + Found and addressed by KONNO Hiroharu <hiroharu.konno@bowneglobal.co.jp> + See also ext/PerlIO/encoding/encoding.pm + Message-Id: <E1DineE-00068X-TB@yok-gs-workman.asia.bgsinternal.com> + +2.10 2005/05/16 18:46:36 ! Encode.pm fixed decode_utf8() accordingly to RT#8872 http://rt.cpan.org/NoAuth/Bug.html?id=8872 |