11#define UTFCodeUtil_EXPORT ZFLIB_ZF_impl
17#ifndef UTFCodeUtil_EXPORT
18 #define UTFCodeUtil_EXPORT
21namespace UTFCodeUtil {
size_t UTF8GetWordCount(const char *src)
get logic word count of UTF8 string instead of byte size
#define UTFCodeUtil_EXPORT
used to export symbols
Definition UTFCodeUtil.h:18
wchar_t * UTF16BEToUTF16(const wchar_t *src)
convert UTF16 big endian to UTF16
wchar_t * UTF8ToUTF16(const char *src)
convert UTF8 to UTF16
wchar_t * UTF16ToUTF16BE(const wchar_t *src)
convert UTF16 to UTF16 big endian
char * UTF16ToUTF8(const wchar_t *src)
convert UTF16 to UTF8
global header for ZF_impl module