Skip to content

Instantly share code, notes, and snippets.

@911992
Created May 28, 2020 17:04
Show Gist options
  • Save 911992/4f36f9a36b48690969f9f66fca91e1df to your computer and use it in GitHub Desktop.
Save 911992/4f36f9a36b48690969f9f66fca91e1df to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void) {
int _jp_tsu = 'ッ';
printf("Tsu: %x\n",_jp_tsu);
return 0;
}
//out: Tsu: e38383
@cukongtoto
Copy link

Facebook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment