diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-24 15:53:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-24 15:53:59 +0000 |
commit | a63c962f6b57d9d07801c81cc6e7f8a1b904a8c5 (patch) | |
tree | 40959cf93404c9e5d2c4db6e45b9d5fe6e3b22db /ext/Encode/KR | |
parent | f54fca96add61189e2fde1d41312bc8885ac2d97 (diff) | |
download | perl-a63c962f6b57d9d07801c81cc6e7f8a1b904a8c5.tar.gz |
Upgrade to Encode 0.98, from Dan Kogai.
p4raw-id: //depot/perl@15467
Diffstat (limited to 'ext/Encode/KR')
-rw-r--r-- | ext/Encode/KR/KR.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Encode/KR/KR.pm b/ext/Encode/KR/KR.pm index 7dcafd0441..9e2e1d3d77 100644 --- a/ext/Encode/KR/KR.pm +++ b/ext/Encode/KR/KR.pm @@ -4,7 +4,7 @@ BEGIN { die "Encode::KR not supported on EBCDIC\n"; } } -our $VERSION = do { my @r = (q$Revision: 0.97 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +our $VERSION = do { my @r = (q$Revision: 0.98 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; use Encode; use XSLoader; @@ -46,7 +46,7 @@ The C<Johab> (two-byte combination code) encoding is not supported. ASCII part (0x00-0x7f) is preserved for all encodings, even though it conflicts with mappings by the Unicode Consortium. See -F<http://www.debian.or.jp/~kubota/unicode-symbols.html.en> +L<http://www.debian.or.jp/~kubota/unicode-symbols.html.en> to find why it is implemented that way. |