Skip to content

Instantly share code, notes, and snippets.

@milesrout
Last active October 10, 2016 07:32
Show Gist options
  • Save milesrout/db365916a0e124254b2a to your computer and use it in GitHub Desktop.
Save milesrout/db365916a0e124254b2a to your computer and use it in GitHub Desktop.
#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