Last active
October 10, 2016 07:32
-
-
Save milesrout/db365916a0e124254b2a 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
#ifndef FOO | |
#define FOO | |
#include <string> | |
namespace tec { | |
std::string utf8_encode(const std::wstring &wstr); | |
std::wstring utf8_decode(const std::string &str); | |
} | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment