Created
April 13, 2016 06:49
-
-
Save tkymx/55839f2c6ba6c495a429da197c378b90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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