#include "unicode.h"#include <string.h>#include <stdlib.h>#include <stdio.h>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. | |
1.5.2