![]() |
smntc
an in-memory multimodal graph database
|
#include <wchar.h>
Include dependency graph for Utf8.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| struct Utf8 * | Utf8_construct (char *locale, int *error) |
| struct Utf8 * | Utf8_destruct (struct Utf8 *this) |
| char * | Utf8_encode (struct Utf8 *this, const wchar_t *wchars, int *error) |
| wchar_t * | Utf8_decode (struct Utf8 *this, const char *chars, int *error) |
| size_t | Utf8_countCodes (struct Utf8 *this, const char *chars, int *error) |
| size_t Utf8_countCodes | ( | struct Utf8 * | this, |
| const char * | chars, | ||
| int * | error | ||
| ) |
| wchar_t * Utf8_decode | ( | struct Utf8 * | this, |
| const char * | chars, | ||
| int * | error | ||
| ) |