XTE _ ENCODING
Defined in header <xte/preproc/encoding.hpp> Macros for detecting the current character encoding. Definitions are mutually exclusive.
Replace
NAME with one of: Definitions
#define XTE_ENCODING_ NAME /* boolean integer literal */
Example
Possible preprocessor output:#if XTE_ENCODING_ASCII yup#else nop#endif
[View in Compiler Explorer]yup