| 513 |
If you are compiling for a system that uses EBCDIC instead of ASCII |
If you are compiling for a system that uses EBCDIC instead of ASCII |
| 514 |
character codes, define this macro as 1. On systems that can use |
character codes, define this macro as 1. On systems that can use |
| 515 |
"configure", this can be done via --enable-ebcdic. PCRE will then |
"configure", this can be done via --enable-ebcdic. PCRE will then |
| 516 |
assume that all input strings are in EBCDIC. If you do not define |
assume that all input strings are in EBCDIC. If you do not define |
| 517 |
this macro, PCRE will assume input strings are ASCII or UTF-8 Unicode. |
this macro, PCRE will assume input strings are ASCII or UTF-8 Unicode. |
| 518 |
It is not possible to build a version of PCRE that supports both |
It is not possible to build a version of PCRE that supports both |
| 519 |
EBCDIC and UTF-8.]) |
EBCDIC and UTF-8.]) |
| 520 |
fi |
fi |