This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Use one table if applies everywhere
authorKarl Williamson <khw@cpan.org>
Fri, 20 Apr 2018 01:43:18 +0000 (19:43 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 20 Apr 2018 07:11:51 +0000 (01:11 -0600)
commit59fc10af38db3a15957830d9efbe248a18e113b3
treef4cc9553886ffe6a40fac72298e7fa72265613b5
parent53146480568bb2ef30bce7e96a0f6b93b122bb9e
regen/mk_invlists.pl: Use one table if applies everywhere

If a table is the same under all EBCDIC code pages and ASCII, only one
copy need be output, instead of one for each page.  This happens if the
table either includes the entire range of native code points (0-255) or
has no native code points.

At this commit, only \p{Assigned} falls into this category.
charclass_invlists.h
regen/mk_invlists.pl