Skip to content

Instantly share code, notes, and snippets.

@nu774
Created September 12, 2014 14:33
Show Gist options
  • Save nu774/09983574173956f8b538 to your computer and use it in GitHub Desktop.
Save nu774/09983574173956f8b538 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <locale.h>
int main()
{
setlocale(LC_CTYPE, "");
fputws(L"あほ", stdout);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment