Functions | |
int | th_strcoll (const thchar_t *s1, const thchar_t *s2) |
Compare two Thai strings for collation. | |
size_t | th_strxfrm (thchar_t dest[], const thchar_t *src, size_t n) |
Transform string into collatable form. |
Compare two Thai strings for collation.
s1 | : first string (null-terminated) | |
s2 | : second string (null-terminated) |
Transform string into collatable form.
dest | : the destination string buffer | |
src | : the string to transform | |
n | : the size of dest buffer |