----- Original Message ----- From: "Dominik Składanowski" dskladanowski@gmail.com To: "CentOS mailing list" centos@centos.org Sent: Monday, May 08, 2006 9:45 AM Subject: Re: [CentOS] Special character with Apache in Centos 4.3
2006/5/8, Luigi Palmiero adnusielog4@rmsud.esercito.difesa.it:
Hi guys, i have installed centos 4.3 and i have a problem with Apache. All char like "°", "-", ecc. in web pages appears as "?". This is the variable in httpd.conf: "AddDefaultCharSet UTF-8"
I have also set: "AddDefaultCharSet ISO-8859-1" without any change.
Where is the problem? Thanks
Remove "AddDefaultCharSet ISO-8859-1" - it is no needed - and just comment "AddDefaultCharSet UTF-8" - it disable forcing UTF8 in files Apache serve.
Character encoding in HTML files will work.
Regards
D o m i n i k S k ł a d a n o w s k i
--------------------------------------------------------------------------------
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
No, sorry not work. Thanks Luigi