| 273 |
<P> |
<P> |
| 274 |
There are two new general option names, PCRE_UTF16 and PCRE_NO_UTF16_CHECK, |
There are two new general option names, PCRE_UTF16 and PCRE_NO_UTF16_CHECK, |
| 275 |
which correspond to PCRE_UTF8 and PCRE_NO_UTF8_CHECK in the 8-bit library. In |
which correspond to PCRE_UTF8 and PCRE_NO_UTF8_CHECK in the 8-bit library. In |
| 276 |
fact, these new options define the same bits in the options word. There is a |
fact, these new options define the same bits in the options word. There is a |
| 277 |
discussion about the |
discussion about the |
| 278 |
<a href="pcreunicode.html#utf16strings">validity of UTF-16 strings</a> |
<a href="pcreunicode.html#utf16strings">validity of UTF-16 strings</a> |
| 279 |
in the |
in the |
| 280 |
<a href="pcreunicode.html"><b>pcreunicode</b></a> |
<a href="pcreunicode.html"><b>pcreunicode</b></a> |
| 281 |
page. |
page. |
| 282 |
</P> |
</P> |
| 283 |
<P> |
<P> |
| 284 |
For the <b>pcre16_config()</b> function there is an option PCRE_CONFIG_UTF16 |
For the <b>pcre16_config()</b> function there is an option PCRE_CONFIG_UTF16 |