This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Revamp so works on earlier Unicodes
authorKarl Williamson <khw@cpan.org>
Tue, 15 Mar 2016 02:49:00 +0000 (20:49 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 17 Mar 2016 22:13:49 +0000 (16:13 -0600)
commit289ce9ccf71a0b3a1f849f181c591ff860ad74ed
tree8cc8240f23277937a5ef5f349d37a92e55067c29
parentc84b473c717dfd2cd2c9d1e61d70721565c537a7
regen/mk_invlists.pl: Revamp so works on earlier Unicodes

The code that generates the tables for the \b{foo} handling (in
regexec.c) did not correctly work when compiled on an earlier Unicode.
This fixes things up to do that, consolidating some common code into a
common function and making the generated hdr file look nice, with the
tables taking fewer columns of screen space
charclass_invlists.h
lib/unicore/mktables
regcharclass.h
regen/mk_invlists.pl