#include <iml/SunIM.h>Go to the source code of this file.
Typedefs | |
| typedef unsigned long | UTF32CHAR |
| typedef unsigned char | UTF8CHAR |
Functions | |
| const UTF8CHAR * | utf8_next_char (const UTF8CHAR *in) |
| Finds the next UTF-8 character in the string after in. | |
| UTFCHAR * | utf8_to_utf16be (iml_session_t *s, const UTF8CHAR *utf8, unsigned int *num_chars) |
| Converts a string from UTF-8 to UTF-16BE. | |
| UTF32CHAR * | utf8_to_utf32 (iml_session_t *s, const UTF8CHAR *utf8, unsigned int *num_chars) |
| Converts a string from UTF-8 to UTF-32. | |
| UTF8CHAR * | utf32_to_utf8 (iml_session_t *s, const UTF32CHAR *utf32, unsigned int *num_chars) |
| Converts a string from UTF-32 to UTF-8. | |
| UTF8CHAR * | utf16be_to_utf8 (iml_session_t *s, const UTFCHAR *utf16, unsigned int *num_chars) |
| Converts a string from UTF-16BE to UTF-8. | |
| typedef unsigned long UTF32CHAR |
| typedef unsigned char UTF8CHAR |
1.5.2