58 |
#error The use of both EBCDIC and SUPPORT_UTF8 is not supported. |
#error The use of both EBCDIC and SUPPORT_UTF8 is not supported. |
59 |
#endif |
#endif |
60 |
|
|
61 |
|
/* If SUPPORT_UCP is defined, SUPPORT_UTF8 must also be defined. The |
62 |
|
"configure" script ensures this, but not everybody uses "configure". */ |
63 |
|
|
64 |
|
#if defined SUPPORT_UCP && !defined SUPPORT_UTF8 |
65 |
|
#define SUPPORT_UTF8 1 |
66 |
|
#endif |
67 |
|
|
68 |
/* Use a macro for debugging printing, 'cause that eliminates the use of #ifdef |
/* Use a macro for debugging printing, 'cause that eliminates the use of #ifdef |
69 |
inline, and there are *still* stupid compilers about that don't like indented |
inline, and there are *still* stupid compilers about that don't like indented |
70 |
pre-processor statements, or at least there were when I first wrote this. After |
pre-processor statements, or at least there were when I first wrote this. After |