20 #ifndef MPD_ICU_UTIL_HXX
21 #define MPD_ICU_UTIL_HXX
25 #include <unicode/utypes.h>
AllocatedArray< UChar > UCharFromUTF8(const char *src)
Wrapper for u_strFromUTF8().
A string pointer whose memory is managed by this class.
A reference to a memory area that is read-only.
AllocatedString< char > UCharToUTF8(ConstBuffer< UChar > src)
Wrapper for u_strToUTF8().
An array allocated on the heap with a length determined at runtime.