10 #ifdef UTF8_OUTPUT_ENABLE 11 #define sizeof_euc_to_utf8_1byte 94 12 #define sizeof_euc_to_utf8_2bytes 94 20 #ifdef UTF8_INPUT_ENABLE 21 #define sizeof_utf8_to_euc_C2 64 22 #define sizeof_utf8_to_euc_E5B8 64 23 #define sizeof_utf8_to_euc_2bytes 112 24 #define sizeof_utf8_to_euc_3bytes 16 35 #ifdef UNICODE_NORMALIZATION 37 #define NORMALIZATION_TABLE_LENGTH 942 38 #define NORMALIZATION_TABLE_NFC_LENGTH 3 39 #define NORMALIZATION_TABLE_NFD_LENGTH 9 40 struct normalization_pair {
41 const unsigned char nfc[NORMALIZATION_TABLE_NFC_LENGTH];
42 const unsigned char nfd[NORMALIZATION_TABLE_NFD_LENGTH];
48 #define CP932_TABLE_BEGIN 0xFA 49 #define CP932_TABLE_END 0xFC 51 #define CP932INV_TABLE_BEGIN 0xED 52 #define CP932INV_TABLE_END 0xEE 53 extern const unsigned short cp932inv[2][189];
const unsigned short *const x0212_shiftjis[]
const unsigned short *const *const utf8_to_euc_3bytes_932[]
const unsigned short *const utf8_to_euc_2bytes_932[]
const unsigned short cp932inv[2][189]
const unsigned short *const euc_to_utf8_2bytes[]
const unsigned short euc_to_utf8_1byte[]
const unsigned short *const euc_to_utf8_2bytes_ms[]
const unsigned short *const utf8_to_euc_2bytes_ms[]
const unsigned short *const *const utf8_to_euc_3bytes_mac[]
const unsigned short *const x0212_to_utf8_2bytes[]
const unsigned short shiftjis_x0212[3][189]
const struct normalization_pair normalization_table[]
const unsigned short *const euc_to_utf8_2bytes_mac[]
const unsigned short *const utf8_to_euc_2bytes[]
const unsigned short shiftjis_cp932[3][189]
const unsigned short *const *const utf8_to_euc_3bytes[]
const unsigned short *const utf8_to_euc_2bytes_mac[]
const unsigned short *const *const utf8_to_euc_3bytes_ms[]