38 #ifndef BLOCXX_UTF8_UTILS_HPP_INCLUDE_GUARD_
39 #define BLOCXX_UTF8_UTILS_HPP_INCLUDE_GUARD_
40 #include "blocxx/BLOCXX_config.h"
46 namespace BLOCXX_NAMESPACE
60 BLOCXX_COMMON_API
size_t charCount(
const char* utf8str);
68 BLOCXX_COMMON_API UInt16
UTF8toUCS2(
const char* utf8char);
81 BLOCXX_COMMON_API UInt32
UTF8toUCS4(
const char* utf8char);