I have search a lot but cant find the solution, i want to decode a word like
Documentaci=C3=B3n => Documentación
in javascript, but i cant.
I tried to convert to utf8 when word is like
Documentaci%C3%B3n
and i can, but never with
that "=" instead of "%".
I take that text from an email if that helps.
Thanks in advance if you can help me, really.