| 85 |
.sp |
.sp |
| 86 |
--enable-utf |
--enable-utf |
| 87 |
.sp |
.sp |
| 88 |
to the \fBconfigure\fP command. This setting applies to both libraries, adding |
to the \fBconfigure\fP command. This setting applies to both libraries, adding |
| 89 |
support for UTF-8 to the 8-bit library and support for UTF-16 to the 16-bit |
support for UTF-8 to the 8-bit library and support for UTF-16 to the 16-bit |
| 90 |
library. It is not possible to build one library with UTF support and the other |
library. There are no separate options for enabling UTF-8 and UTF-16 |
| 91 |
without in the same configuration. (For backwards compatibility, --enable-utf8 |
independently because that would allow ridiculous settings such as requesting |
| 92 |
is a synonym of --enable-utf.) |
UTF-16 support while building only the 8-bit library. It is not possible to |
| 93 |
|
build one library with UTF support and the other without in the same |
| 94 |
|
configuration. (For backwards compatibility, --enable-utf8 is a synonym of |
| 95 |
|
--enable-utf.) |
| 96 |
.P |
.P |
| 97 |
Of itself, this setting does not make PCRE treat strings as UTF-8 or UTF-16. As |
Of itself, this setting does not make PCRE treat strings as UTF-8 or UTF-16. As |
| 98 |
well as compiling PCRE with this option, you also have have to set the |
well as compiling PCRE with this option, you also have have to set the |