perl-unicode

Re: [gp(_at_)familiehaase(_dot_)de: [PATCH] Re: coexist of ebcdic.c <> EBCDIC.c on Cygwin not possible]

2002-03-23 12:18:04
Gerrit,

I've fixed that one before the patch arrives but yours is more beautiful than mine (I used 'bcd' in place of your 'ebcdic_t' and 'dingbats' instead of 'symbol_t'), I will use your version.
  I will also fix other Makefile.PL to be consistent.

Dan the Encode Maintainer

On Sunday, March 24, 2002, at 04:08 , Jarkko Hietaniemi wrote:
--- bleadperl/ext/Encode/EBCDIC/Makefile.PL.orig Sat Mar 23 13:53:37 2002
+++ bleadperl/ext/Encode/EBCDIC/Makefile.PL     Sat Mar 23 13:54:18 2002
@@ -4,7 +4,7 @@

 my $name = 'EBCDIC';
 my %tables = (
-             ebcdic  => ['cp1047.ucm','cp37.ucm','posix-bc.ucm'],
+             ebcdic_t  => ['cp1047.ucm','cp37.ucm','posix-bc.ucm'],
              );

 WriteMakefile(

AND also Symbol, the same problem:

--- bleadperl/ext/Encode/Symbol/Makefile.PL.orig Sat Mar 23 17:50:51 2002
+++ bleadperl/ext/Encode/Symbol/Makefile.PL     Sat Mar 23 17:49:51 2002
@@ -4,7 +4,7 @@

 my $name = 'Symbol';
 my %tables = (
-             symbol => ['symbol.ucm','dingbats.ucm'],
+             symbol_t => ['symbol.ucm','dingbats.ucm'],
              );

 WriteMakefile(


<Prev in Thread] Current Thread [Next in Thread>
  • Re: [gp(_at_)familiehaase(_dot_)de: [PATCH] Re: coexist of ebcdic.c <> EBCDIC.c on Cygwin not possible], Dan Kogai <=