Functions | |
size_t | th_wnormalize (thwchar_t dest[], const thwchar_t *src, size_t n) |
Normalize character order and remove excessive characters. |
Normalize character order and remove excessive characters.
dest | : the destination wide-char string buffer | |
src | : the wide-char string to normalize | |
n | : the size of dest buffer (as number of elements) |