I have a problem with special french caracters (à,é,à,ç and such). When I'm pointing out an URL, it print all well, excepts french accents, Explorer prints squares and FireFox prints question marks.
I had a similar issue with a website I made in the past. I resolved it by putting this line;
Code:
<meta http-equiv='content-type' content='text/html;charset=ISO-8859-1'>
Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
So I'm just asking this, is there a way to put the entire site to ISO-8859-1 instead of UTF-8 via a single page on a single action via admin panel?
Just to see if it works.
Thanks




Linear Mode

