carb::extras::convertUtf8StringToWide
Defined in carb/extras/Utf8Parser.h
-
inline std::wstring carb::extras::convertUtf8StringToWide(std::string str)
Convert a UTF-8 encoded string to UTF-16.
Note
This is provided for interoperability with older systems that still use wide strings. Please use UTF-8 or UTF-32 for new systems.
- Parameters
str – [in] The input UTF-8 string to convert.
- Returns
str
converted to UTF-16.