diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-06-18 12:55:42 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-08-02 09:24:52 -0600 |
commit | b72a36d4f2738e8e15eb2e22819c8ffee7421c93 (patch) | |
tree | 8b913134ddf1b6356c3be23af5cde9b81cecdfaa /regen/mk_invlists.pl | |
parent | c4854deaa322105e69b0d84640b741c340711a77 (diff) | |
download | perl-b72a36d4f2738e8e15eb2e22819c8ffee7421c93.tar.gz |
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.
Diffstat (limited to 'regen/mk_invlists.pl')
-rw-r--r-- | regen/mk_invlists.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl index 97b0eec38a..9cdbd4ca8e 100644 --- a/regen/mk_invlists.pl +++ b/regen/mk_invlists.pl @@ -126,7 +126,7 @@ for my $prop (qw( L1PosixWord PosixXDigit XPosixXDigit - _Perl_Non_Final_Folds + NonL1_Perl_Non_Final_Folds ) ) { |