UTF8_SIZE
u_char data[UTF8_SIZE];
if (new.data.size > UTF8_SIZE)
new.data.size = UTF8_SIZE;
char data[UTF8_SIZE];
if (ud->size > UTF8_SIZE)