Javascript Encoding I18n Json Accent Issue
I have an encoding issue with i18n Library. Actually, I can't use accent in my JSON file because it's not well encoded. I've tried $.ajaxSetup({ scriptCharset: 'utf-8', cac
Solution 1:
The json file in http://m0si.com/lang/locales/fr-FR/ns.special.json is not encoded properly. Try to force headers to utf-8 there.
PS: You have the $.ajaxSetup command twice on your page.
Post a Comment for "Javascript Encoding I18n Json Accent Issue"