PDA

View Full Version : Charset - Accents not showing !?


avanmessen
27th July 2008, 16:07
Hello,

I use ISPConfig 2.2.24 on a Centos 5.2 machine.
So far I' ve been really pleased with it' s features.

Now I' m having an issue with pages whose text is
in French, the page shows up with "?" instead of the
"é,è,ê" that are supposed to show, the charset used
is 1252 western europe so that should be fine right ?

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="fr">

Any ideas to fix this ?

:confused:

till
28th July 2008, 11:33
Please have a look in the apache2.conf or httpd.conf file on your server. Make sure that there is a apache Directive "AddDefaultCharset" that is set to latin1 and not to utf8.