62std::wstring
widen(
const std::string& str);
69std::string
narrow(
const std::wstring& str);
std::wstring widen(const std::string &str)
Cast a std::string into a std::wstring.
std::string narrow(const std::wstring &str)
Cast a std::wstring into a std::string.
Unicode helper functions.