carb::extras::convertWideStringToUtf8
Defined in carb/extras/Utf8Parser.h
- 
inline std::string carb::extras::convertWideStringToUtf8(std::wstring 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
- strconverted to UTF-16.