summaryrefslogtreecommitdiff
path: root/ext/Encode/TW
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-02 02:40:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-02 02:40:01 +0000
commitf500e21038bb585503c82fdd93a02341caeb6432 (patch)
treebcb306b0cd1707f16cfef24cd11ed67ef4d44634 /ext/Encode/TW
parenta5396746e9199ea47d5e74d932874c846125229d (diff)
downloadperl-f500e21038bb585503c82fdd93a02341caeb6432.tar.gz
More CJK (just C, really) tables from Autrijus Tang
(originally from iconv, used with permission of Bruno Haible) p4raw-id: //depot/perl@14941
Diffstat (limited to 'ext/Encode/TW')
-rw-r--r--ext/Encode/TW/Makefile.PL5
-rw-r--r--ext/Encode/TW/TW.pm2
2 files changed, 3 insertions, 4 deletions
diff --git a/ext/Encode/TW/Makefile.PL b/ext/Encode/TW/Makefile.PL
index 996199ee29..75231f1bdb 100644
--- a/ext/Encode/TW/Makefile.PL
+++ b/ext/Encode/TW/Makefile.PL
@@ -2,8 +2,9 @@ use 5.7.2;
use strict;
use ExtUtils::MakeMaker;
-my %tables = (BIG5 => ['big5.enc'],
- CP950 => ['cp950.enc'],
+my %tables = ('BIG5' => ['big5.enc'],
+ 'BIG5-HKSCS' => ['big5-hkscs.enc'],
+ 'CP950' => ['cp950.enc'],
);
my $name = 'TW';
diff --git a/ext/Encode/TW/TW.pm b/ext/Encode/TW/TW.pm
index 689db9533a..7a68811ac3 100644
--- a/ext/Encode/TW/TW.pm
+++ b/ext/Encode/TW/TW.pm
@@ -6,5 +6,3 @@ XSLoader::load('Encode::TW',$VERSION);
1;
__END__
-
-todo: HZ (Escape-based)