| 59 |
possible starting bytes for non-anchored patterns. |
possible starting bytes for non-anchored patterns. |
| 60 |
|
|
| 61 |
15. The "auto-possessify" feature of pcre_compile() now recognizes \R. |
15. The "auto-possessify" feature of pcre_compile() now recognizes \R. |
| 62 |
|
|
| 63 |
|
16. If a repeated Unicode property match (e.g. \p{Lu}*) was used with non-UTF-8 |
| 64 |
|
input, it could crash or give wrong results if characters with values |
| 65 |
|
greater than 0xc0 were present in the subject string. (Detail: it assumed |
| 66 |
|
UTF-8 input when processing these items.) |
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|