This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Reverse order of table vs EBCDIC
authorKarl Williamson <khw@cpan.org>
Fri, 20 Apr 2018 00:02:30 +0000 (18:02 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 20 Apr 2018 07:11:51 +0000 (01:11 -0600)
commit4761f74adb663e5dc1a1cd508d246785b2ee200a
tree6a57ca07dfa581f0c36c3bf94e88a8bb4a791f87
parent48737b776aa8890f33cc8a379b23f6bbecd9cc03
regen/mk_invlists.pl: Reverse order of table vs EBCDIC

This changes the order of the loops so that the outer one is the table,
and the inner one is the codeset.  This means that the different tables
for each codeset are together.

This prepares the way for the next commit
charclass_invlists.h
regen/mk_invlists.pl