char * wsx_utf8_encode_next(char *s, uint32_t chr)
Encode the next character in an UTF-8 string.
uint32_t wsx_utf8_decode_next(const char __far **s)
Decode the next character in an UTF-8 string.
int wsx_utf8_len(const char __far *s)
Measure the length of an UTF-8 string, in characters.