diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-19 12:58:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-19 12:58:00 +0000 |
commit | 85982a32ef23cb53c2fae6d3861dd7dc62e3ab17 (patch) | |
tree | 7b5761fb803a2d391809ecbe9d2cd7b7895b0ae4 /ext/Encode/TW/TW.pm | |
parent | e662ec5f13086f182e381a14fb43524ffc1b7e27 (diff) | |
download | perl-85982a32ef23cb53c2fae6d3861dd7dc62e3ab17.tar.gz |
Upgrade to Encode 1.50, from Dan Kogai.
p4raw-id: //depot/perl@16001
Diffstat (limited to 'ext/Encode/TW/TW.pm')
-rw-r--r-- | ext/Encode/TW/TW.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Encode/TW/TW.pm b/ext/Encode/TW/TW.pm index 294144aad2..21dab51e2e 100644 --- a/ext/Encode/TW/TW.pm +++ b/ext/Encode/TW/TW.pm @@ -4,7 +4,7 @@ BEGIN { die "Encode::TW not supported on EBCDIC\n"; } } -our $VERSION = do { my @r = (q$Revision: 1.21 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +our $VERSION = do { my @r = (q$Revision: 1.22 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; use Encode; use XSLoader; @@ -43,14 +43,14 @@ To find how to use this module in detail, see L<Encode>. =head1 NOTES -Due to size concerns, C<EUC-TW> (Extended Unix Character) and C<BIG5PLUS> +Due to size concerns, C<EUC-TW> (Extended Unix Character), C<CCCII> +(Chinese Character Code for Information Interchange) and C<BIG5PLUS> (CMEX's Big5+) are distributed separately on CPAN, under the name L<Encode::HanExtra>. That module also contains extra China-based encodings. =head1 BUGS -The C<CNS11643> encoding files are not complete (only the first two planes, -C<11643-1> and C<11643-2>, exist in the distribution). For common CNS11643 +The C<CNS11643> encoding files are not complete. For common C<CNS11643> manipulation, please use C<EUC-TW> in L<Encode::HanExtra>, which contains plane 1-7. @@ -63,6 +63,6 @@ to find why it is implemented that way. =head1 SEE ALSO -L<Encode>,L<Encode::CJKguide> +L<Encode> =cut |