While running eval() in IE7 if my JSON contains language specific characters like è, its not evalled properly. Is there a way I can change the language settings to make this work?
If eval doesn't work then is a encoding problem, json.parse can't do miracles.
kentaromiura
2009-06-26 07:07:18
+1
A:
I think the problem is in your charset in your html, or probably you're serving the wrong content-type server side:
kentaromiura
2009-06-26 06:48:23