copy_utf8_ascii
buffer->msg = copy_utf8_ascii(p, msglen);
buffer->sd = copy_utf8_ascii(p, sdlen);
buffer->msg = copy_utf8_ascii(p, msglen);
buffer->sd = copy_utf8_ascii(p, sdlen);
buffer->msg = copy_utf8_ascii(p, msglen);
ascii_sd = copy_utf8_ascii(buffer->sd,
ascii_msg = copy_utf8_ascii(buffer->msg,
char *copy_utf8_ascii(char*, size_t);