1 # Revision history for Perl extension Encode.
3 # $Id: Changes,v 0.94 2002/03/20 19:59:38 dankogai Exp dankogai $
7 + lib/Encode/Description.pod
8 ! lib/Encode/Encoding.pm
9 Now the pod in Encode.pm is abridged as programming references.
10 lib/Encode/Description.pod contains the original, detailed description
11 and Encode::Encoding explains how to write your own module to
12 add new encodings. So far, lib/Encode/Description.pod contains
13 the whole pod once in Encode.pm. This is intentional.
15 Pod revisions by Anton Tagunov
16 Message-Id: <517178431.20020320174824@motor.ru>
18 all occrance of Encode::Tcl::Extended removed including pod
20 test now checks $encoding->name only; $encoding->{name} are
21 no longer check to find the canonical name.
22 ! lib/Encode/JP/JIS.pm
23 ! lib/Encode/JP/ISO_2022_JP.pm
24 ->name() added to be more compliant with API
30 Patch by Autrijus to add aliases to TW and fixes to POD
31 Message-Id: <20020320090619.GA24774@not.autrijus.org>
33 SADAHIRO Tomoyuki added as should. My apologies.
36 * First release to be uploaded to CPAN. For prehistoric changes,
37 please see Changes file of perl distibution as well as
38 perl-unicode@perl.org archive, available at:
39 http://archive.develooper.com/perl-unicode@perl.org/
41 Changes Since 0.92 includes;
46 + Mention to perl-unicode@perl.org added
48 + Encoding aliases added so you can feed locale names
49 and MIME Charset="" directly.
50 - Mention to JISX0212 removed because it's fixed
53 + Encoding aliases added. Note TW is left untouched because
54 euc-tw is not implemented in TW but in Encode::HanExtra.
55 Autrijus, you may fix Encode::HanExtra.
57 + to test encode aliases added