Skip to content

Instantly share code, notes, and snippets.

@uranusjr
Created October 19, 2011 17:45
Show Gist options
  • Save uranusjr/1299077 to your computer and use it in GitHub Desktop.
Save uranusjr/1299077 to your computer and use it in GitHub Desktop.
Simply works, Mac OS X FTW.
#include <iostream>
int main() {
const char src[] = "\xE6\xAD\xA3\xE9\xAB\x94\xE4\xB8\xAD\xE6\x96\x87";
std::cout << src << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment