Skip to content

Instantly share code, notes, and snippets.

@gblancogarcia
Last active April 21, 2017 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gblancogarcia/6781558 to your computer and use it in GitHub Desktop.
Save gblancogarcia/6781558 to your computer and use it in GitHub Desktop.
UTF-8 encoding
\u00e0 -> à
\u00e1 -> á
\u00c0 -> À
\u00c1 -> Á
\u00e8 -> è
\u00e9 -> é
\u00c8 -> È
\u00c9 -> É
\u00ec -> ì
\u00ed -> í
\u00ef -> ï
\u00cc -> Ì
\u00cd -> Í
\u00f2 -> ò
\u00f3 -> ó
\u00d2 -> Ò
\u00d3 -> Ó
\u00f9 -> ù
\u00fa -> ú
\u00d9 -> Ù
\u00da -> Ú
\u00fc -> ü
\u00dc -> Ü
\u00e7 -> ç
\u00c7 -> Ç
\u00f1 -> ñ
\u00d1 -> Ñ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment