| 47 |
have to set the PCRE_UTF8 option when you call the \fBpcre_compile()\fP |
have to set the PCRE_UTF8 option when you call the \fBpcre_compile()\fP |
| 48 |
function. |
function. |
| 49 |
.P |
.P |
| 50 |
If you set --enable-utf8 when compiling in an EBCDIC environment, PCRE expects |
If you set --enable-utf8 when compiling in an EBCDIC environment, PCRE expects |
| 51 |
its input to be either ASCII or UTF-8 (depending on the runtime option). It is |
its input to be either ASCII or UTF-8 (depending on the runtime option). It is |
| 52 |
not possible to support both EBCDIC and UTF-8 codes in the same version of the |
not possible to support both EBCDIC and UTF-8 codes in the same version of the |
| 53 |
library. Consequently, --enable-utf8 and --enable-ebcdic are mutually |
library. Consequently, --enable-utf8 and --enable-ebcdic are mutually |
| 54 |
exclusive. |
exclusive. |
| 55 |
. |
. |
| 56 |
.SH "UNICODE CHARACTER PROPERTY SUPPORT" |
.SH "UNICODE CHARACTER PROPERTY SUPPORT" |
| 260 |
.sp |
.sp |
| 261 |
to the \fBconfigure\fP command. This setting implies |
to the \fBconfigure\fP command. This setting implies |
| 262 |
--enable-rebuild-chartables. You should only use it if you know that you are in |
--enable-rebuild-chartables. You should only use it if you know that you are in |
| 263 |
an EBCDIC environment (for example, an IBM mainframe operating system). The |
an EBCDIC environment (for example, an IBM mainframe operating system). The |
| 264 |
--enable-ebcdic option is incompatible with --enable-utf8. |
--enable-ebcdic option is incompatible with --enable-utf8. |
| 265 |
. |
. |
| 266 |
.SH "PCREGREP OPTIONS FOR COMPRESSED FILE SUPPORT" |
.SH "PCREGREP OPTIONS FOR COMPRESSED FILE SUPPORT" |