Go to the documentation of this file.
23 #include <sys/types.h>
26 #define UTF8_IGNORE_ERROR 0x01
27 #define UTF8_SKIP_BOM 0x02
29 size_t utf8_to_wchar(
const char *in,
size_t insize,
wchar_t *out,
30 size_t outsize,
int flags);
31 size_t wchar_to_utf8(
const wchar_t *in,
size_t insize,
char *out,
32 size_t outsize,
int flags);