Skip to content

Instantly share code, notes, and snippets.

@tkymx
Created April 13, 2016 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkymx/55839f2c6ba6c495a429da197c378b90 to your computer and use it in GitHub Desktop.
Save tkymx/55839f2c6ba6c495a429da197c378b90 to your computer and use it in GitHub Desktop.
std::wstring_convert<std::codecvt_utf8<wchar_t> > m_codecvt_utf8;
return m_codecvt_utf8.from_bytes(str.c_str());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment