unicode.h

Go to the documentation of this file.
00001 
00032 #ifndef __MTP__UNICODE__H
00033 #define __MTP__UNICODE__H
00034 
00035 int ucs2_strlen(uint16_t const * const);
00036 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
00037 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t*, const char*);
00038 void strip_7bit_from_utf8(char *str);
00039 
00040 #endif /* __MTP__UNICODE__H */

Generated on Sun Aug 23 04:57:22 2009 for libmtp by  doxygen 1.5.8