This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Create list of Assigned code points
authorKarl Williamson <khw@cpan.org>
Mon, 19 Dec 2016 20:20:44 +0000 (13:20 -0700)
committerKarl Williamson <khw@cpan.org>
Sat, 24 Dec 2016 05:52:44 +0000 (22:52 -0700)
commitc0382778e247f71b52d7ef6c2f87e20051ccae6b
tree514d7d3cf3b20216f92211454e4848ab4f3dec69
parent45de9c415242ceea6ac1aca7d6a1dabbd7e53185
regen/mk_invlists.pl: Create list of Assigned code points

This creates a read-only C array to be compiled into the perl source
text segment of an inversion list of the characters that are assigned in
the current Unicode version.  This will be used in a future commit.

The difference listing is large because of defects in the diff algorithm
charclass_invlists.h
regen/mk_invlists.pl