| 127 |
</P> |
</P> |
| 128 |
<P> |
<P> |
| 129 |
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 |
| 130 |
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 |
| 131 |
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 |
| 132 |
library. Consequently, --enable-utf and --enable-ebcdic are mutually |
library. Consequently, --enable-utf and --enable-ebcdic are mutually |
| 133 |
exclusive. |
exclusive. |
| 317 |
</pre> |
</pre> |
| 318 |
to the <b>configure</b> command, the distributed tables are no longer used. |
to the <b>configure</b> command, the distributed tables are no longer used. |
| 319 |
Instead, a program called <b>dftables</b> is compiled and run. This outputs the |
Instead, a program called <b>dftables</b> is compiled and run. This outputs the |
| 320 |
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 |
| 321 |
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 |
| 322 |
compiling, because <b>dftables</b> is run on the local host. If you need to |
compiling, because <b>dftables</b> is run on the local host. If you need to |
| 323 |
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 |