Charset problem
Charset problem
im having a problem with the charset, when i set the page to UTF-8 the table head and foot accent marks become strange chars but if i set to ISO-8859-1 the text inside the table and on other field become this strange chars..
screenshots
UTF-8
http://img262.imageshack.us/img262/9178/utf8.jpg
ISO-8859-1
http://img705.imageshack.us/img705/4682/iso88591.jpg
anyone knows how to fix this?
thanks!
screenshots
UTF-8
http://img262.imageshack.us/img262/9178/utf8.jpg
ISO-8859-1
http://img705.imageshack.us/img705/4682/iso88591.jpg
anyone knows how to fix this?
thanks!
This discussion has been closed.
Replies
Your page seems to be in ISO-8859-1, and your data source seems to be in UTF-8.
Be sure both use the same charset.
Hth,
Gerardo
Are you using sAjaxSource?
Check the datasource on its own (so you see the json output), check the charset it uses.
Hth,
Gerardo
maybe the table has its own charset set somewhere inside the CSS or something like this?