Skip to content

Instantly share code, notes, and snippets.

@matpalm
Created February 19, 2012 22:50
Show Gist options
  • Save matpalm/1866306 to your computer and use it in GitHub Desktop.
Save matpalm/1866306 to your computer and use it in GitHub Desktop.
mat@matpc:/tmp$ echo "thе" | hexdump -C
00000000 74 68 d0 b5 0a |th...|
00000005
mat@matpc:/tmp$ echo "the" | hexdump -C
00000000 74 68 65 0a |the.|
00000004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment