summaryrefslogtreecommitdiff
path: root/ext/Encode/KR
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-24 15:53:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-24 15:53:59 +0000
commita63c962f6b57d9d07801c81cc6e7f8a1b904a8c5 (patch)
tree40959cf93404c9e5d2c4db6e45b9d5fe6e3b22db /ext/Encode/KR
parentf54fca96add61189e2fde1d41312bc8885ac2d97 (diff)
downloadperl-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.pm4
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.