16 #define FIRST_TEXT_CHAR 0
18 #define LAST_TEXT_CHAR 255
23 #define CARRIAGE_RETURN '\r'
25 #define INVALID_CODE 127
UChar ASCIICode
[#18]: ASCIICode::UChar(8) = [0, 255]
Definition: charset.h:11
void charset_init()
Definition: charset.c:13
TextChar xchr[256]
[#20] specifies conversion of output characters.
Definition: charset.c:10
UChar TextChar
[#19]: TextChar::UChar(8) = [0, 255]
Definition: charset.h:13
ASCIICode xord[256]
[#20] specifies conversion of input characters.
Definition: charset.c:8
uint8_t UChar
UChar(8) = [0, 255]
Definition: tex_types.h:38