This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Add capability for line break props
authorKarl Williamson <khw@cpan.org>
Wed, 18 Feb 2015 22:29:09 +0000 (15:29 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 20 Feb 2015 05:55:01 +0000 (22:55 -0700)
commit99f21fb92b1b4439457ea2dcec73032345fe4fea
tree9513f606cc44a38e41c620b99105120d5895adfb
parentb620bb0293209eb0e8f635a6fff1c3ed761df431
regen/mk_invlists.pl: Add capability for line break props

This is a partial implementation of a full inversion map generation
capability, which is why some code is indented more than necessary --
in the future there will be things that use that.  But this is
sufficient for 5.22.

This allows for the generation of tables to handle the Unicode line
breaking properties, like GCB and WB.  Future commits will actually use
this capability.
charclass_invlists.h
regen/mk_invlists.pl