Lines Matching refs:EBCDIC
82 /* We do not support both EBCDIC and UTF-8/16/32 at the same time. The "configure"
85 #if defined EBCDIC && defined SUPPORT_UTF
86 #error The use of both EBCDIC and SUPPORT_UTF is not supported.
984 #ifndef EBCDIC
1037 /* ------ EBCDIC environments ------ */
1064 #endif /* EBCDIC */
1165 /* If PCRE is to support UTF-8 on EBCDIC platforms, we cannot use normal
1166 character constants like '*' because the compiler would emit their EBCDIC code,
1173 This means that, on EBCDIC platforms, the PCRE library can handle either
1174 EBCDIC, or UTF-8, but not both. To support both in the same compiled library
1178 for) in a minority area (EBCDIC platforms), this is not sensible. Any
1185 so that PCRE works in both ASCII and EBCDIC environments, but only in non-UTF
1186 mode. Newline characters are problematic in EBCDIC. Though it has CR and LF
1193 PCRE defaults EBCDIC NL to 0x15, but has a build-time option to select 0x25
1196 In both ASCII and EBCDIC environments, CHAR_NL and CHAR_LF are synonyms for the
1199 #ifdef EBCDIC
1221 #else /* Not EBCDIC */
1239 #endif /* EBCDIC */
1498 works in both modes non-EBCDIC platforms, and on EBCDIC platforms in UTF-8 mode