SET_UCS
#define SET_UCS(UNI) *(*outbuf)++ = (unsigned char)((UNI)&0xff); \
#define SET_UCS(UNI) *(*outbuf)++ = (unsigned char)(((UNI)>>8)&0xff); \