[jQuery] Re: JSON data issue in IE | Language Translation

2008-10-15 Thread Arif
It was because of EditPlus :) By default, it saves HTML encoding in ANSI format that was the reason not translating French characters properly. It should be UTF-8 instead of ANSI encode. And here we go with the shorter version of previous posted jQuery code: $.getJSON("json/data_ca_fr.

[jQuery] Re: JSON data issue in IE | Language Translation

2008-10-15 Thread Gus
how'd you fix it? On Sep 25, 3:11 pm, Arif <[EMAIL PROTECTED]> wrote: > I have resolved this :) > > Thanks > Mohammed Arifhttp://www.mohammedarif.com > > On Sep 22, 2:24 pm, Arif <[EMAIL PROTECTED]> wrote: > > > Even I got the issue, it's not been rendering because of French > > accented characte

[jQuery] Re: JSON data issue in IE | Language Translation

2008-09-24 Thread Arif
I have resolved this :) Thanks Mohammed Arif http://www.mohammedarif.com On Sep 22, 2:24 pm, Arif <[EMAIL PROTECTED]> wrote: > Even I got the issue, it's not been rendering because of French > accented characters in IE. > > So what do I need to change the JSON character encoding? > > P.S: I don'

[jQuery] Re: JSON data issue in IE | Language Translation

2008-09-22 Thread Arif
Even I got the issue, it's not been rendering because of French accented characters in IE. So what do I need to change the JSON character encoding? P.S: I don't have server control, can change the front end layer (xhtml/css/js/json) only, and will not be able to write any server side code otherw