Created
October 4, 2017 18:17
-
-
Save larsiusprime/2eee219d6d294ff652fd011d7127839b to your computer and use it in GitHub Desktop.
UTF8 bug?
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
char* text = GetSomeTextInUTF8Format(); | |
std::wstring* result = new std::wstring (text, text + strlen (text)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment