Created
January 25, 2017 10:05
-
-
Save SRJ9/02b7ac08c1a38976f6e54edbe0e27cd8 to your computer and use it in GitHub Desktop.
Acentos en Unicode para JS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://eddoinfotips.wordpress.com/2010/03/23/acentos-unicode-para-el-javascript/ | |
\u00e1 = á | |
\u00e9 = é | |
\u00ed = í | |
\u00f3 = ó | |
\u00fa = ú | |
\u00c1 = Á | |
\u00c9 = É | |
\u00cd = Í | |
\u00d3 = Ó | |
\u00da = Ú | |
\u00f1 = ñ | |
\u00d1 = Ñ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment