I am using jQuery getJSON method to get data from my database through some php code.
I get Cloudside's data from DataSide via ZJSON method
If any word in this array gets the DENIAN letter (ÆØÅ), then JSN still gives blank space. I have tried to check the words before using getJSON and there is no problem here.
Is there a choice in getJSON where I can set charsets?
8859-1 on serverAd and Clientide
I think the json_encode (utf8_encode ($ content));
Fixes your problem, does not it?
Comments
Post a Comment