GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
utf.h File Reference

UTF functions. More...

#include <gpac/tools.h>
+ Include dependency graph for utf.h:
+ This graph shows which files directly or indirectly include this file:

Functions

size_t gf_utf8_wcstombs (char *dst, size_t dst_len, const unsigned short **srcp)
 wide-char to multibyte conversion More...
 
size_t gf_utf8_mbstowcs (unsigned short *dst, size_t dst_len, const char **srcp)
 multibyte to wide-char conversion More...
 
size_t gf_utf8_wcslen (const unsigned short *s)
 wide-char string length More...
 
Bool gf_utf8_reorder_bidi (u16 *utf_string, u32 len)
 string bidi reordering More...
 

Detailed Description

>