diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-06-24 15:46:40 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-06-24 15:46:40 +0000 |
commit | 38a44b824c7566670d69f5e214106e1866ce72fe (patch) | |
tree | 8938dc96d0dae69214f68d7f8ce3fd0b5ef95b7d /regexec.c | |
parent | cb23d5b19261a41b403a114d55551ddac48af175 (diff) | |
download | perl-38a44b824c7566670d69f5e214106e1866ce72fe.tar.gz |
s/\bunicode\b/Unicode/; # For everything not dual life
p4raw-id: //depot/perl@31455
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1481,8 +1481,8 @@ S_find_byclass(pTHX_ regexp * prog, const regnode *c, char *s, U8 **points; /* map of where we were in the input string when reading a given char. For ASCII this is unnecessary overhead as the relationship - is always 1:1, but for unicode, especially - case folded unicode this is not true. */ + is always 1:1, but for Unicode, especially + case folded Unicode this is not true. */ U8 foldbuf[ UTF8_MAXBYTES_CASE + 1 ]; U8 *bitmap=NULL; |