diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-01-22 13:30:01 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-01-23 19:35:34 -0700 |
commit | f3b7b53430f4975a6642e0d7356d1aff5750e23b (patch) | |
tree | 58ae7cb37fd10b5c5a3c84a9de6f42bf1dbe3dc8 /regen | |
parent | 61de6bbc5b5e377a625fd4a2522bfccc0d474f5d (diff) | |
download | perl-f3b7b53430f4975a6642e0d7356d1aff5750e23b.tar.gz |
regcharclass.h: Add macro for non-ASCII PATWS
This will be used to deprecate uses of non-ASCII Pattern White Space
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/regcharclass.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl index d3a91243df..f5cf315a54 100755 --- a/regen/regcharclass.pl +++ b/regen/regcharclass.pl @@ -1497,5 +1497,5 @@ MULTI_CHAR_FOLD: multi-char strings that are folded to by a single character # 0 => Latin1-only PATWS: pattern white space -=> generic cp : fast safe +=> generic generic_non_low cp : fast safe \p{PatWS} |