summaryrefslogtreecommitdiff
path: root/cpan/Encode/CN/CN.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Encode/CN/CN.pm')
-rw-r--r--cpan/Encode/CN/CN.pm8
1 files changed, 2 insertions, 6 deletions
diff --git a/cpan/Encode/CN/CN.pm b/cpan/Encode/CN/CN.pm
index 9f120fb7f1..830f34507d 100644
--- a/cpan/Encode/CN/CN.pm
+++ b/cpan/Encode/CN/CN.pm
@@ -7,7 +7,7 @@ BEGIN {
use strict;
use warnings;
use Encode;
-our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
+our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
use XSLoader;
XSLoader::load( __PACKAGE__, $VERSION );
@@ -65,11 +65,7 @@ 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.
The ASCII region (0x00-0x7f) is preserved for all encodings, even though
-this conflicts with mappings by the Unicode Consortium. See
-
-L<http://www.debian.or.jp/~kubota/unicode-symbols.html.en>
-
-to find out why it is implemented that way.
+this conflicts with mappings by the Unicode Consortium.
=head1 SEE ALSO