I am sending an HTTP request through jQuery ajax.
But the server, to which I do not have access, returns ISO-8859-1, and I am my UTF-8 page.
How to convert characters to read?
For without conversion, something like: it rio appears
@Edit: I tried changing the ajax request encoding using:
$.ajax({ contentType: ... });
And I tried to change meta html to ISO-8859-1.
@Solution: I found a solution on: https://stackoverflow.com/a/3168/
javascript jquery utf-8 iso-8859-1
user3451442 Mar 23 '14 at 5:06 2014-03-23 ββ05:06
source share