Guys , I recently developed a site, Whose backend was completely managed by a cms. http://www dot tarjetas-animadas dot com/ Now the site is not showing spanish accent characters , I tried setting meta header <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> and putting a header in php file for this charset, None working Any pointers... ?
These characters can be a pain. If playing with the charset didn't work, try converting them to HTML entities. You won't have problems with these...
Use the following query after making connection to database mysql_query("SET character_set_results = NULL"); Code (markup):
Plain html entities are working fine , problem is when there is some dynamic data either from rss or from mysql
No effects , I doubt that has to do anything with mysql, because i am getting same issues with the rss feeds ,
ok, why don't you try with UTF8 page coding. Put on charset UTF-8 and that PHP page should be also saved as UTF-8 document. Then it should be fine.