Question
How to set encoding in .getJSON jQuery
In my web app, I submit some form fields with jQuery's $.getJSON()
method. I am having some problems with the encoding. The character-set of my app is charset=ISO-8859-1
, but I think these fields are submitted with UTF-8
.
How I can set encoding used in $.getJSON
calls?