libgpac
0.5.0
|
UTF functions. More...
#include <gpac/tools.h>
Functions | |
size_t | gf_utf8_wcstombs (char *dst, size_t dst_len, const unsigned short **srcp) |
wide-char to multibyte conversion | |
size_t | gf_utf8_mbstowcs (unsigned short *dst, size_t dst_len, const char **srcp) |
multibyte to wide-char conversion | |
size_t | gf_utf8_wcslen (const unsigned short *s) |
wide-char string length | |
Bool | gf_utf8_reorder_bidi (u16 *utf_string, u32 len) |
string bidi reordering |
>