diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-10-12 11:24:34 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-10-14 09:03:36 -0600 |
commit | 9ffebac4d942e0e3785b33375ecf7c9fba8711f7 (patch) | |
tree | 76bb1c98fca2c3429ea2593844fca26f2d543524 /regen | |
parent | a099d8e14d03a773682367cb21ec2b6a44905d87 (diff) | |
download | perl-9ffebac4d942e0e3785b33375ecf7c9fba8711f7.tar.gz |
regen/mk_invlists.pl: Make list for multi-fold chars
This causes charclass_invlists.h to have a new list of all the
characters whose fold is a sequence of more than one character.
Diffstat (limited to 'regen')
-rw-r--r-- | regen/mk_invlists.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl index b1e472319a..b9be301c00 100644 --- a/regen/mk_invlists.pl +++ b/regen/mk_invlists.pl @@ -128,6 +128,7 @@ for my $prop (qw( PosixXDigit XPosixXDigit NonL1_Perl_Non_Final_Folds + _Perl_Multi_Char_Folds ) ) { |