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/CN/CN.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/CN/CN.pm')
-rw-r--r-- | ext/Encode/CN/CN.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/Encode/CN/CN.pm b/ext/Encode/CN/CN.pm index 5952cab69b..c031f5c542 100644 --- a/ext/Encode/CN/CN.pm +++ b/ext/Encode/CN/CN.pm @@ -4,7 +4,7 @@ BEGIN { die "Encode::CN not supported on EBCDIC\n"; } } -our $VERSION = do { my @r = (q$Revision: 1.22 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +our $VERSION = do { my @r = (q$Revision: 1.23 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; use Encode; use XSLoader; @@ -59,8 +59,8 @@ also contains extra Taiwan-based encodings. =head1 BUGS When you see C<charset=gb2312> on mails and web pages, they really -mean "euc-cn" encodings. To fix that, gb2312 is aliased to euc-cn. Use -gb2312-raw when you really mean it. +mean C<euc-cn> encodings. To fix that, C<gb2312> is aliased to C<euc-cn>. +Use C<gb2312-raw> when you really mean it. ASCII part (0x00-0x7f) is preserved for all encodings, even though it conflicts with mappings by the Unicode Consortium. See @@ -71,6 +71,6 @@ to find why it is implemented that way. =head1 SEE ALSO -L<Encode>,L<Encode::CJKguide> +L<Encode> =cut |