| 92 |
15. In both pcre_exec() and pcre_dfa_exec() the code for checking that the |
15. In both pcre_exec() and pcre_dfa_exec() the code for checking that the |
| 93 |
starting offset points to the beginning of a UTF-8 character was |
starting offset points to the beginning of a UTF-8 character was |
| 94 |
unnecessarily clumsy. I tidied it up. |
unnecessarily clumsy. I tidied it up. |
| 95 |
|
|
| 96 |
|
16. Added PCRE_ERROR_SHORTUTF8 to make it possible to distinguish between a |
| 97 |
|
bad UTF-8 sequence and one that is incomplete. |
| 98 |
|
|
| 99 |
|
|
| 100 |
Version 8.10 25-Jun-2010 |
Version 8.10 25-Jun-2010 |