Defines | |
#define | THWCHAR_ERR (~(thwchar_t)0) |
Wide-character value indicating error. | |
Typedefs | |
typedef wchar_t | thwchar_t |
Thai character type for storing Unicode character. | |
Functions | |
thwchar_t | th_tis2uni (thchar_t c) |
Convert character code from TIS-620 to Unicode. | |
int | th_tis2uni_line (const thchar_t *s, thwchar_t *result, size_t n) |
Convert string from TIS-620 to Unicode. | |
thwchar_t | th_winthai2uni (thchar_t c) |
Convert character code from Thai Windows extended code to Unicode. | |
thwchar_t | th_macthai2uni (thchar_t c) |
Convert character code from Mac Thai extended code to Unicode. | |
thchar_t | th_uni2tis (thwchar_t c) |
Convert character code from Unicode to TIS-620. | |
int | th_uni2tis_line (const thwchar_t *s, thchar_t *result, size_t n) |
Convert string from Unicode to TIS-620. | |
thchar_t | th_uni2winthai (thwchar_t c) |
Convert character code from Unicode to Thai Windows extended code. | |
thchar_t | th_uni2macthai (thwchar_t c) |
Convert character code from Unicode to Mac Thai extended code. |
|
Convert character code from Mac Thai extended code to Unicode.
|
|
Convert character code from TIS-620 to Unicode.
|
|
Convert string from TIS-620 to Unicode.
|
|
Convert character code from Unicode to Mac Thai extended code.
|
|
Convert character code from Unicode to TIS-620.
|
|
Convert string from Unicode to TIS-620.
TH_ERR , indicating conversion error. |
|
Convert character code from Unicode to Thai Windows extended code.
|
|
Convert character code from Thai Windows extended code to Unicode.
|