#include <wchar.h>
#include <locale.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "errors.h"
#include <stdio.h>
Go to the source code of this file.
◆ Utf8_construct()
| struct Utf8 * Utf8_construct |
( |
char * |
locale, |
|
|
int * |
error |
|
) |
| |
◆ Utf8_countCodes()
| size_t Utf8_countCodes |
( |
struct Utf8 * |
this, |
|
|
const char * |
chars, |
|
|
int * |
error |
|
) |
| |
◆ Utf8_decode()
| wchar_t * Utf8_decode |
( |
struct Utf8 * |
this, |
|
|
const char * |
chars, |
|
|
int * |
error |
|
) |
| |
◆ Utf8_destruct()
| struct Utf8 * Utf8_destruct |
( |
struct Utf8 * |
this | ) |
|
◆ Utf8_encode()
| char * Utf8_encode |
( |
struct Utf8 * |
this, |
|
|
const wchar_t * |
wchars, |
|
|
int * |
error |
|
) |
| |