This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/ebcdic.pl: Output tables in hex
authorKarl Williamson <khw@cpan.org>
Fri, 13 Nov 2015 19:42:22 +0000 (12:42 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 25 Nov 2015 22:48:16 +0000 (15:48 -0700)
commit702cfe485c5f6ddb1d9d5e4315d30732f47f45d6
treea395840e205242a6df0a0fd06683b7910d38e00e
parenta26e954ea12fcd55da1c9bd121788f0914a7a4aa
regen/ebcdic.pl: Output tables in hex

When dealing with code points, it is easier to use the hex values.  This
outputs the tables in hex, squeezing them so they barely fit in an 80
column window.  That they didn't use to so fit was why they were not
output in hex prior to this commit.

The UTF8SKIP table is continued to be output in decimal, as the values
aren't code points.
ebcdic_tables.h
regen/ebcdic.pl