-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wed, Aug 23, 2006 at 03:50:18PM -0500, Erick Perez wrote:
Hi, My Centos 4.3 Server was installed with the english language only. The server hosts several files in spanish and the PHP code that themes the webpages uses the charset "iso-8859-1".
If I do an "export" in my system it shows: LANG="en_US.UTF-8"
Does apache or the operating system needs to have the charset changed? Where?
You can change AddDefaultCharset on httpd.conf from:
AddDefaultCharset UTF-8
to
AddDefaultCharset ISO-8859-1
Or you can do that inside specific virtual hosts.
- -- Rodrigo Barbosa "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns)