RE: [Question] How to decode HTML codes?
decodeURI()
decodeURIComponent()
I tried with both of those and it gave me the letter Á which is what it is.
I even tried unescape() which works fine too.
So not sure what to say, unless maybe you can further explain the how it doesn't work as expected.
|