| 208 |
the whole surrogate thing is a fudge for UTF-16 which unfortunately messes up |
the whole surrogate thing is a fudge for UTF-16 which unfortunately messes up |
| 209 |
UTF-8.) |
UTF-8.) |
| 210 |
.P |
.P |
| 211 |
If an invalid UTF-8 string is passed to PCRE, an error return is given. At |
If an invalid UTF-8 string is passed to PCRE, an error return is given. At |
| 212 |
compile time, the only additional information is the offset to the first byte |
compile time, the only additional information is the offset to the first byte |
| 213 |
of the failing character. The runtime functions (\fBpcre_exec()\fP and |
of the failing character. The runtime functions (\fBpcre_exec()\fP and |
| 214 |
\fBpcre_dfa_exec()\fP), pass back this information as well as a more detailed |
\fBpcre_dfa_exec()\fP), pass back this information as well as a more detailed |
| 215 |
reason code if the caller has provided memory in which to do this. |
reason code if the caller has provided memory in which to do this. |