libthai
0.1.24
|
Thai wide-char string manipulators. More...
Functions | |
size_t | th_wnormalize (thwchar_t dest[], const thwchar_t *src, size_t n) |
Normalize character order and remove excessive characters. |
Thai wide-char string manipulators.
size_t th_wnormalize | ( | thwchar_t | wdest[], |
const thwchar_t * | wsrc, | ||
size_t | n | ||
) |
Normalize character order and remove excessive characters.
wdest | : the destination wide-char string buffer |
wsrc | : the wide-char string to normalize |
n | : the size of dest buffer (as number of elements) |
Corrects combining character order and remove excessive characters. At most n characters are put in wdest.