AJA NTV2 SDK
17.0.1.1246
NTV2 SDK 17.0.1.1246
|
Implements the bare-bones UTF8 support functions (for the nub). More...
Go to the source code of this file.
Functions | |
static int | u8_seqlen (const char *s) |
void | strncpyasutf8 (char *dest, const char *src, int dest_buf_size) |
bool | map_utf8_to_codepage437 (const char *src, int u8_len, unsigned char *cp437equiv) |
void | strncpyasutf8_map_cp437 (char *dest, const char *src, int dest_buf_size) |
Variables | |
static const char | trailingBytesForUTF8 [256] |
Implements the bare-bones UTF8 support functions (for the nub).
Definition in file ntv2utf8.cpp.
bool map_utf8_to_codepage437 | ( | const char * | src, |
int | u8_len, | ||
unsigned char * | cp437equiv | ||
) |
Definition at line 65 of file ntv2utf8.cpp.
void strncpyasutf8 | ( | char * | dest, |
const char * | src, | ||
int | dest_buf_size | ||
) |
Definition at line 33 of file ntv2utf8.cpp.
void strncpyasutf8_map_cp437 | ( | char * | dest, |
const char * | src, | ||
int | dest_buf_size | ||
) |
Definition at line 321 of file ntv2utf8.cpp.
|
static |
Definition at line 26 of file ntv2utf8.cpp.
|
static |
Definition at line 14 of file ntv2utf8.cpp.