ucs4_to_utf8
if (ucs4_to_utf8(code, q, &outlen, or) == NULL) {
static u_char *ucs4_to_utf8(uint32_t ucs4, char * dst, size_t *utf8width, size_t dstlen);