| 91 |
<P> |
<P> |
| 92 |
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 |
| 93 |
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 |
| 94 |
of the failing character. The runtime functions <b>pcre_exec()</b> and |
of the failing character. The run-time functions <b>pcre_exec()</b> and |
| 95 |
<b>pcre_dfa_exec()</b> also pass back this information, as well as a more |
<b>pcre_dfa_exec()</b> also pass back this information, as well as a more |
| 96 |
detailed reason code if the caller has provided memory in which to do this. |
detailed reason code if the caller has provided memory in which to do this. |
| 97 |
</P> |
</P> |
| 136 |
<P> |
<P> |
| 137 |
If an invalid UTF-16 string is passed to PCRE, an error return is given. At |
If an invalid UTF-16 string is passed to PCRE, an error return is given. At |
| 138 |
compile time, the only additional information is the offset to the first data |
compile time, the only additional information is the offset to the first data |
| 139 |
unit of the failing character. The runtime functions <b>pcre16_exec()</b> and |
unit of the failing character. The run-time functions <b>pcre16_exec()</b> and |
| 140 |
<b>pcre16_dfa_exec()</b> also pass back this information, as well as a more |
<b>pcre16_dfa_exec()</b> also pass back this information, as well as a more |
| 141 |
detailed reason code if the caller has provided memory in which to do this. |
detailed reason code if the caller has provided memory in which to do this. |
| 142 |
</P> |
</P> |
| 202 |
low-valued characters, unless the PCRE_UCP option is set. |
low-valued characters, unless the PCRE_UCP option is set. |
| 203 |
</P> |
</P> |
| 204 |
<P> |
<P> |
| 205 |
8. However, the horizontal and vertical whitespace matching escapes (\h, \H, |
8. However, the horizontal and vertical white space matching escapes (\h, \H, |
| 206 |
\v, and \V) do match all the appropriate Unicode characters, whether or not |
\v, and \V) do match all the appropriate Unicode characters, whether or not |
| 207 |
PCRE_UCP is set. |
PCRE_UCP is set. |
| 208 |
</P> |
</P> |