This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Generate tables for chars that aren't in final fold pos
authorKarl Williamson <public@khwilliamson.com>
Mon, 18 Jun 2012 18:55:42 +0000 (12:55 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 2 Aug 2012 15:24:52 +0000 (09:24 -0600)
commitb72a36d4f2738e8e15eb2e22819c8ffee7421c93
tree8b913134ddf1b6356c3be23af5cde9b81cecdfaa
parentc4854deaa322105e69b0d84640b741c340711a77
mktables: Generate tables for chars that aren't in final fold pos

This starts with the existing table that mktables generates that lists
all the characters in Unicode that occur in multi-character folds, and
aren't in the final positions of any such fold.

It generates data structures with this information to make it quickly
available to code that wants to use it.  Future commits will use these
tables.
charclass_invlists.h
handy.h
l1_char_class_tab.h
regen/mk_PL_charclass.pl
regen/mk_invlists.pl