citrus_hz.c | 59 * CTRL/ASCII 00000000 00000000 00000000 gxxxxxxx 67 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4 77 /* ASCII */ RANGE(0x20, 0x7F), 123 graphic_t *ascii, *gb2312; member in struct:__anon05720b390408 363 graphic = ei->ascii; 615 if (_bcs_strncasecmp("ASCII", s, 5) == 0) { 618 graphic->charset = ASCII; 620 ei->ascii = graphic;
|