| 100 |
functions. |
functions. |
| 101 |
.P |
.P |
| 102 |
If you set --enable-utf when compiling in an EBCDIC environment, PCRE expects |
If you set --enable-utf when compiling in an EBCDIC environment, PCRE expects |
| 103 |
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 run-time option). It is |
| 104 |
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 |
| 105 |
library. Consequently, --enable-utf and --enable-ebcdic are mutually |
library. Consequently, --enable-utf and --enable-ebcdic are mutually |
| 106 |
exclusive. |
exclusive. |
| 313 |
.sp |
.sp |
| 314 |
to the \fBconfigure\fP command, the distributed tables are no longer used. |
to the \fBconfigure\fP command, the distributed tables are no longer used. |
| 315 |
Instead, a program called \fBdftables\fP is compiled and run. This outputs the |
Instead, a program called \fBdftables\fP is compiled and run. This outputs the |
| 316 |
source for new set of tables, created in the default locale of your C runtime |
source for new set of tables, created in the default locale of your C run-time |
| 317 |
system. (This method of replacing the tables does not work if you are cross |
system. (This method of replacing the tables does not work if you are cross |
| 318 |
compiling, because \fBdftables\fP is run on the local host. If you need to |
compiling, because \fBdftables\fP is run on the local host. If you need to |
| 319 |
create alternative tables when cross compiling, you will have to do so "by |
create alternative tables when cross compiling, you will have to do so "by |