| 81 |
used to create a list of bytes that can start a match. For \s, it was |
used to create a list of bytes that can start a match. For \s, it was |
| 82 |
including 0x85 and 0xa0, which of course cannot start UTF-8 characters. I |
including 0x85 and 0xa0, which of course cannot start UTF-8 characters. I |
| 83 |
have changed the code so that only real ASCII characters (less than 128) |
have changed the code so that only real ASCII characters (less than 128) |
| 84 |
are set in this case because the \s etc escapes are documented as |
and the correct starting bytes for UTF-8 encodings are set in this case. |
| 85 |
recognizing only ASCII characters. (When PCRE_UCP is set - see 9 above - |
(When PCRE_UCP is set - see 9 above - the code is different altogether.) |
|
the code is different altogether.) |
|
| 86 |
|
|
| 87 |
|
|
| 88 |
Version 8.02 19-Mar-2010 |
Version 8.02 19-Mar-2010 |