Change 15016 by jhi@alpha on 2002/03/04 20:07:04
Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
From: "Craig A. Berry" <[EMAIL PROTECTED]>
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" <[EMAIL PROTECTED]>
Date: Mon, 04 Mar 2002 15:04:58 -0600
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/ext/Encode/CN/Makefile.PL#4 edit
.... //depot/perl/ext/Encode/TW/Makefile.PL#4 edit
Differences ...
==== //depot/perl/ext/Encode/CN/Makefile.PL#4 (text) ====
Index: perl/ext/Encode/CN/Makefile.PL
--- perl/ext/Encode/CN/Makefile.PL.~1~ Mon Mar 4 13:15:05 2002
+++ perl/ext/Encode/CN/Makefile.PL Mon Mar 4 13:15:05 2002
@@ -7,7 +7,7 @@
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';
==== //depot/perl/ext/Encode/TW/Makefile.PL#4 (text) ====
Index: perl/ext/Encode/TW/Makefile.PL
--- perl/ext/Encode/TW/Makefile.PL.~1~ Mon Mar 4 13:15:05 2002
+++ perl/ext/Encode/TW/Makefile.PL Mon Mar 4 13:15:05 2002
@@ -3,7 +3,7 @@
use ExtUtils::MakeMaker;
my %tables = ('BIG5' => ['big5.enc'],
- 'BIG5-HKSCS' => ['big5-hkscs.enc'],
+ 'BIG5_HKSCS' => ['big5-hkscs.enc'],
'CP950' => ['cp950.enc'],
);
End of Patch.