Home | History | Annotate | Download | only in dist

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 ------ */
1065 #endif /* EBCDIC */
1166 /* If PCRE is to support UTF-8 on EBCDIC platforms, we cannot use normal
1167 character constants like '*' because the compiler would emit their EBCDIC code,
1174 This means that, on EBCDIC platforms, the PCRE library can handle either
1175 EBCDIC, or UTF-8, but not both. To support both in the same compiled library
1179 for) in a minority area (EBCDIC platforms), this is not sensible. Any
1186 so that PCRE works in both ASCII and EBCDIC environments, but only in non-UTF
1187 mode. Newline characters are problematic in EBCDIC. Though it has CR and LF
1194 PCRE defaults EBCDIC NL to 0x15, but has a build-time option to select 0x25
1197 In both ASCII and EBCDIC environments, CHAR_NL and CHAR_LF are synonyms for the
1200 #ifdef EBCDIC
1223 #else /* Not EBCDIC */
1242 #endif /* EBCDIC */
1501 works in both modes non-EBCDIC platforms, and on EBCDIC platforms in UTF-8 mode