How can I change the default encoding used by $.post()?
$.post()
The arguments are encoded with UTF-8. How can I encode it with ISO 8859-1?
You could use:
contentType:"application/x-javascript; charset:ISO-8859-1"
2.1m questions
2.1m answers
60 comments
57.0k users