libmtp  0.1.4
unicode.h
Go to the documentation of this file.
1 
32 #ifndef __MTP__UNICODE__H
33 #define __MTP__UNICODE__H
34 
35 #include "config.h"
36 
37 int ucs2_strlen(uint16_t const * const);
38 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
39 
40 #endif /* __MTP__UNICODE__H */
Definition: libmtp.h:177
char * utf16_to_utf8(LIBMTP_mtpdevice_t *, const uint16_t *)
Definition: unicode.c:73
int ucs2_strlen(uint16_t const *const)
Definition: unicode.c:55