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"
1.4m articles
1.4m replys
5 comments
57.0k users