Simple UTF-8 character handling functions
This module contains very simple UTF-8 handling functions. (../include/detk/utf8.h)
Part of the detk library.
unsigned int mx_utf8_len(const char* s)
Return number of characters in a UTF-8 encoded character
This function return the number of bytes in an encoded UTF-8 character. (../include/detk/utf8.c)
long mx_utf8_char(const char* s, unsigned int len)
Read a UTF-8 character
This function interprets a number of bytes as a encoded UTF-8 character. (../include/detk/utf8.c)
Generated by MXDOC 2.2 on Sun Feb 4 15:16:27 2007