summaryrefslogtreecommitdiff
path: root/ext/Encode/Byte
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-25 19:50:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-25 19:50:32 +0000
commit64ffdd5e3070e2601e8355984407a490ea080833 (patch)
treed0a0427246251ac7bc144254ce6be90f6300bc74 /ext/Encode/Byte
parent2655a377318baf22d2b1bf2d113f47ce1c4af14d (diff)
downloadperl-64ffdd5e3070e2601e8355984407a490ea080833.tar.gz
Upgrade to Encode 0.99, from Dan Kogai.
p4raw-id: //depot/perl@15502
Diffstat (limited to 'ext/Encode/Byte')
-rw-r--r--ext/Encode/Byte/Makefile.PL27
1 files changed, 18 insertions, 9 deletions
diff --git a/ext/Encode/Byte/Makefile.PL b/ext/Encode/Byte/Makefile.PL
index 590a0d0a37..4f1bd283a8 100644
--- a/ext/Encode/Byte/Makefile.PL
+++ b/ext/Encode/Byte/Makefile.PL
@@ -4,20 +4,29 @@ use ExtUtils::MakeMaker;
my $name = 'Byte';
my %tables = (
- byte_t =>
+ misc_t =>
[
- # 'ascii.ucm',
- 'koi8-r.ucm',
+ 'gsm0338.ucm',
+ 'nextstep.ucm',
+ 'roman8.ucm',
'viscii.ucm',
],
+ koi8_t => [ 'koi8-f.ucm', 'koi8-r.ucm', 'koi8-u.ucm', ],
mac_t =>
[
- qw(macCentEuro.enc macCroatian.enc
- macCyrillic.enc macDingbats.enc
- macGreek.enc macIceland.enc
- macRoman.enc macRumanian.enc
- macSami.enc macThai.enc
- macTurkish.enc macUkraine.enc),
+ qw(
+ macCentEuro.ucm
+ macSami.ucm
+ macUkraine.ucm
+ macCroatian.ucm
+ macGreek.ucm
+ macRoman.ucm
+ macThai.ucm
+ macCyrillic.ucm
+ macIceland.ucm
+ macRumanian.ucm
+ macTurkish.ucm
+ ),
],
);