PType 27 transcode_data.h #define NOMAP (PType 0x01) /* direct map */ PType 32 transcode_data.h #define INVALID (PType 0x07) /* invalid byte sequence */ PType 33 transcode_data.h #define UNDEF (PType 0x09) /* legal but undefined */ PType 34 transcode_data.h #define ZERObt (PType 0x0A) /* zero bytes of payload, i.e. remove */ PType 35 transcode_data.h #define FUNii (PType 0x0B) /* function from info to info */ PType 36 transcode_data.h #define FUNsi (PType 0x0D) /* function from start to info */ PType 37 transcode_data.h #define FUNio (PType 0x0E) /* function from info to output */ PType 38 transcode_data.h #define FUNso (PType 0x0F) /* function from start to output */ PType 39 transcode_data.h #define STR1 (PType 0x11) /* string 4 <= len <= 259 bytes: 1byte length + content */ PType 40 transcode_data.h #define GB4bt (PType 0x12) /* GB18030 four bytes payload */ PType 41 transcode_data.h #define FUNsio (PType 0x13) /* function from start and info to output */ PType 48 transcode_data.h #define o1(b1) (PType((((unsigned char)(b1))<<8)|ONEbt)) PType 49 transcode_data.h #define o2(b1,b2) (PType((((unsigned char)(b1))<<8)|\ PType 52 transcode_data.h #define o3(b1,b2,b3) (PType(((((unsigned char)(b1))<<8)|\ PType 57 transcode_data.h #define o4(b0,b1,b2,b3) (PType(((((unsigned char)(b1))<<8)|\ PType 63 transcode_data.h #define g4(b0,b1,b2,b3) (PType(((((unsigned char)(b0))<<8)|\ PType 69 transcode_data.h #define funsio(diff) (PType((((unsigned int)(diff))<<8)|FUNsio)) PType 81 transcode_data.h #define o2FUNii(b1,b2) (PType((((unsigned char)(b1))<<8)|(((unsigned char)(b2))<<16)|FUNii))