thai/thwstr.h(3)

NAME

thai/thwstr.h

Detailed Description

Thai wide-char string manipulators.

SYNOPSIS

Functions
    size_t th_wnormalize (thwchar_t  dest[],  const  thwchar_t
*src, size_t n)
        Normalize   character   order   and  remove  excessive
characters.

Function Documentation

size_t th_wnormalize (thwchar_t dest[], const thwchar_t * src,
size_t n)
Normalize character order and remove excessive characters.
Parameters:
dest : the destination wide-char string buffer
src : the wide-char string to normalize
n : the size of dest buffer (as number of elements)
Returns:
total number of elements written to dest, excluding
the terminating ' '.
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.
Version 0.1.6 6 Aug 2006
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout