diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-23 20:34:15 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-27 11:07:17 -0700 |
commit | 1a27eb967982a1b8fdc2ab7ae9af98f318c808ec (patch) | |
tree | 9fa41e716d7e18f8bd6b9a49925cc17b5a6b0af9 /regen/regcharclass.pl | |
parent | f0672d4d47b5a2683d20833c31c6a5238588be20 (diff) | |
download | perl-1a27eb967982a1b8fdc2ab7ae9af98f318c808ec.tar.gz |
Move an inversion list generation to mktables
Prior to this patch, this was in regen/mk_invlists.pl, but future
commits will want it to also be used by the header generated by
regen/regcharclass.pl, so use a common source so the logic doesn't have
to be duplicated.
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-x | regen/regcharclass.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl index 61cd2109a1..959b7a5c47 100755 --- a/regen/regcharclass.pl +++ b/regen/regcharclass.pl @@ -1513,6 +1513,10 @@ MULTI_CHAR_FOLD: multi-char strings that are folded to by a single character ®charclass_multi_char_folds::multi_char_folds(0) # 0 => Latin1-only +FOLDS_TO_MULTI: characters that fold to multi-char strings +=> UTF8 :fast +\p{_Perl_Folds_To_Multi_Char} + PATWS: pattern white space => generic generic_non_low cp : fast safe \p{PatWS} |