X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cpan%2FEncode%2FKR%2FKR.pm;h=cf2c1174e4b39182be6d16d3c7d72dd08e485c66;hb=b2deda172989adc48a591cc4a4c1a88918c73105;hp=8cb2c63b1621bfffe7b0580b7d4b0c1f592e07db;hpb=b65597cb4d6f7ba547ab80880fc66b31b6f08c15;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cpan/Encode/KR/KR.pm b/cpan/Encode/KR/KR.pm index 8cb2c63..cf2c117 100644 --- a/cpan/Encode/KR/KR.pm +++ b/cpan/Encode/KR/KR.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 ); @@ -60,11 +60,7 @@ mean "cp949" encodings. To fix that, the following aliases are set; qr/ks_c_5601-1987$/i => '"cp949"' The ASCII region (0x00-0x7f) is preserved for all encodings, even -though this conflicts with mappings by the Unicode Consortium. See - -L - -to find out why it is implemented that way. +though this conflicts with mappings by the Unicode Consortium. =head1 SEE ALSO