blob: 471170adf6db0ef95c45ffcbb40c9520fa33ba39 [file] [log] [blame]
#ifndef __MTP__UNICODE__H
#define __MTP__UNICODE__H
int ucs2_strlen(uint16_t const * const);
char *ucs2_to_utf8(const uint16_t*, const uint8_t endianness);
uint16_t *utf8_to_ucs2(unsigned char const * const, const uint8_t endianness);
#endif /* __MTP__UNICODE__H */