diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-12-22 19:51:37 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-01-19 11:58:17 -0700 |
commit | 62bf7766b2964d5b9c742a3a611a1a246381e7a6 (patch) | |
tree | b995a27d62b7762ac82df0f3e4ff0e1b8905e740 /README.os390 | |
parent | a27f093bebb7f1f00bb3e91e69cfaaa7c7275fd7 (diff) | |
download | perl-62bf7766b2964d5b9c742a3a611a1a246381e7a6.tar.gz |
regexec.c: EXACTF nodes can never be UTF
By definition a regex pattern that is in UTF-8 uses Unicode matching
rules, and EXACTF is non-Unicode (unless the target string is UTF-8).
Therefore an EXACTF node will never be generated for a UTF-8 pattern,
and there is no need to test for it being so.
Diffstat (limited to 'README.os390')
0 files changed, 0 insertions, 0 deletions