[PATCH @15001] ISO-IR-165 --> ISO_IR_165
Craig A. Berry [Mon, 4 Mar 2002 14:47:59 +0000 (08:47 -0600)]
From: "Craig A. Berry" <craigberry@mac.com>
Date: Mon, 04 Mar 2002 14:47:59 -0600
Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>

Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
From: "Craig A. Berry" <craigberry@mac.com>
Date: Mon, 04 Mar 2002 15:04:58 -0600
Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>

p4raw-id: //depot/perl@15016

ext/Encode/CN/Makefile.PL
ext/Encode/TW/Makefile.PL

index 0877e1f..0a34617 100644 (file)
@@ -7,7 +7,7 @@ my %tables = (EUC_CN   => ['euc-cn.enc'],
              GB2312   => ['gb2312.enc'],
              GB12345  => ['gb12345.enc'],
              CP936    => ['cp936.enc'],
-             'ISO-IR-165' => ['iso-ir-165.enc'],
+             'ISO_IR_165' => ['iso-ir-165.enc'],
              );
 
 my $name = 'CN';
index 75231f1..331f606 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use ExtUtils::MakeMaker;
 
 my %tables = ('BIG5'           => ['big5.enc'],
-             'BIG5-HKSCS'      => ['big5-hkscs.enc'],
+             'BIG5_HKSCS'      => ['big5-hkscs.enc'],
              'CP950'           => ['cp950.enc'],
              );