Scroll to navigation

thai/thstr.h(3) libthai thai/thstr.h(3)

NAME

thai/thstr.h -

Thai string manipulators.

SYNOPSIS

Functions


size_t th_normalize (thchar_t dest[], const thchar_t *src, size_t n)
Normalize character order and remove excessive characters.

Detailed Description

Thai string manipulators.

Function Documentation

size_t th_normalize (thchar_t dest[], const thchar_t * src, size_t n)

Normalize character order and remove excessive characters. Parameters:

dest : the destination string buffer
src : the string to normalize
n : the size of dest buffer

Returns:

total bytes written to dest, excluding the terminating '\0'.

Corrects combining character order and remove excessive characters. At most n characters are put in dest.

Author

Generated automatically by Doxygen for libthai from the source code.

23 Nov 2010 Version 0.1.12