----- Original Message ----- Luigi Palmiero wrote:
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?
Your webpages *do* have a content-type declaration in <HEAD></HEAD>?
Ralph
--
Ralph Angenendt......ra@br-online.de | .."Text processing has made it
possible
Bayerischer Rundfunk...80300 München | ....to right-justify any idea, even
one
Programmbereich.Bayern 3, Jugend und | .which cannot be justified on any
other
Multimedia.........Tl:089.5900.16023 | ..........grounds." -- J. Finnegan,
USC
Ok, it seems all right, with these instructions:
- in "httpd.conf" i have commented "AddDefaultCharset UTF-8"
- in HTML pages i have add these two lines in HEAD section:
"<meta http-equiv="Content-Language" content="it">"
"<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">"
Thanks to all.
Luigi