diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-11-27 10:26:01 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-28 04:49:14 -0800 |
commit | e2e755386e52b4bdb22a5c9618390859ed5f7323 (patch) | |
tree | d610bd004bf05cbe53f0f33d9df2b0b5691c7eec /regcomp.sym | |
parent | 35bae5983226710c4c6eb1565b5e105b0599a820 (diff) | |
download | perl-e2e755386e52b4bdb22a5c9618390859ed5f7323.tar.gz |
regexec.c: Latin1 chars can fold match UTF8_ALL
Some ANYOF regnodes have the ANYOF_UNICODE_ALL flag set, which means
they match any non-Latin1 character. These should match /i (in a utf8
target string) any ASCII or Latin1 character that folds outside the
Latin1 range
As part of this patch, an internal only macro is renamed to account for its
new use in regexec.c. The cumbersome name is to ward off others from
using it until the final semantics have been settled on.
Diffstat (limited to 'regcomp.sym')
0 files changed, 0 insertions, 0 deletions