libgpac
Documentation of the core library of GPAC. For more information, check out http://gpac.wp.mines-telecom.fr
|
#include <gpac/setup.h>
Functions | |
u32 | utf8_to_ucs4 (u32 *ucs4_buf, u32 utf8_len, unsigned char *utf8_buf) |
Unicode conversion from UTF-8 to UCS-4. More... | |
ucs4_buf | The UCS-4 buffer to fill |
utf8_len | The length of the UTF-8 buffer |
utf8_buf | The buffer containing the UTF-8 data |