This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/ebcdic.pl: Allow making tables in hex
authorKarl Williamson <khw@cpan.org>
Thu, 19 Jun 2014 21:28:45 +0000 (15:28 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 2 Nov 2014 04:06:56 +0000 (22:06 -0600)
commit43bf0d50d71d3932b34b930f2d756c08c25349fe
treebae5d63dd9d87fb5dacb58433e73dfd68c3a96c1
parent58c435ec0779a997b13944cc99e4f02af2c26734
regen/ebcdic.pl: Allow making tables in hex

This allows the source to be easily edited to create ebcdic translations
tables in hex which is easier to debug, but won't fit in an 80 column
window.  I suppose it could be controlled by an environment variable,
but for now, it's just going to be hard-set to 1 or 0.
regen/ebcdic.pl