1 # Revision history for Perl extension Encode.
3 # $Id: Changes,v 0.96 2002/03/22 22:22:53 dankogai Exp dankogai $
8 ! lib/Encode/Encoding.pm
10 ! lib/Encode/Supported.pod
12 Pod Fixes by Michael G Schwern <schwern@pobox.com> via jhi
13 Message-ID: <20020322073908.GB10539@blackrider>
16 "...I think we should include ISO 8859-1 as well." -- NI-S
17 Message-Id: <20020322120230.1332.8@bactrian.elixent.com>
23 alias definitions relocated to Encode::Alias so module autoloading
24 works for aliases also.
26 encodings() now accepts args to check ExtModules.
35 Latin and single byte encodings are reorganized so they are
36 demand-loaded like Encode::XX. Now only ascii is compiled into
39 for my $k (keys %hash){ delete $hash{$k}; }
40 is depreciated; fixed.
43 In this update, pod rewrites and alias fixes are the main issues
44 + lib/Encode/Supported.pod
45 Describes supported encodings
47 streamlined compiled-in encodings.
48 ! lib/Encode/Description.pod -> lib/Encode/Details.pod
51 Added from icu distibution with any occurance of
52 "IBM-125?" to "cp125?". Filenames remain unchanged to pay
53 some respect to icu staff, however.
56 Alias difinitions in Encode.pm relocated.
59 packWARN patch from Paul Marquess via jhi
60 Message-Id: <20020321010101.O28978@alpha.hut.fi>
61 Paul added to AUTHORS as a result.
62 ! t/CJKalias.t -> t/Aliases.t
63 Renamed. Checks even more aliases and alias overloading
66 duplicate alias for ujis => euc-jp removed (Encode::JP has one)
67 gbk => cp936 relocated to CN.pm
69 Test::More with plans (by jhi)
72 + lib/Encode/Description.pod
73 ! lib/Encode/Encoding.pm
74 Now the pod in Encode.pm is abridged as programming references.
75 lib/Encode/Description.pod contains the original, detailed description
76 and Encode::Encoding explains how to write your own module to
77 add new encodings. So far, lib/Encode/Description.pod contains
78 the whole pod once in Encode.pm. This is intentional.
80 Pod revisions by Anton Tagunov
81 Message-Id: <517178431.20020320174824@motor.ru>
83 all occrance of Encode::Tcl::Extended removed including pod
85 test now checks $encoding->name only; $encoding->{name} are
86 no longer check to find the canonical name.
87 ! lib/Encode/JP/JIS.pm
88 ! lib/Encode/JP/ISO_2022_JP.pm
89 ->name() added to be more compliant with API
95 Patch by Autrijus to add aliases to TW and fixes to POD
96 Message-Id: <20020320090619.GA24774@not.autrijus.org>
98 SADAHIRO Tomoyuki added as should. My apologies.
101 * First release to be uploaded to CPAN. For prehistoric changes,
102 please see Changes file of perl distibution as well as
103 perl-unicode@perl.org archive, available at:
104 http://archive.develooper.com/perl-unicode@perl.org/
106 Changes Since 0.92 includes;
111 + Mention to perl-unicode@perl.org added
113 + Encoding aliases added so you can feed locale names
114 and MIME Charset="" directly.
115 - Mention to JISX0212 removed because it's fixed
118 + Encoding aliases added. Note TW is left untouched because
119 euc-tw is not implemented in TW but in Encode::HanExtra.
120 Autrijus, you may fix Encode::HanExtra.
122 + to test encode aliases added