52 #endif // #ifndef INCLUDED_UTF8
const Status UTF8_INVALID_UTF8
std::string utf8_from_wstring(const std::wstring &src, Status *err)
opposite of wstring_from_utf8
i64 Status
Error handling system.
std::wstring wstring_from_utf8(const std::string &src, Status *err)
convert UTF-8 to a wide string (UTF-16 or UCS-4, depending on the platform's wchar_t).
const Status UTF8_OUTSIDE_BMP
const Status UTF8_SURROGATE
const Status UTF8_NONCHARACTER