Re: Encoding

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 22 Nov 2006 16:19:54 +0100, Jens Meyer wrote:

> Hi!
> 
> Could you check the default encoding of your webserver (in httpd.conf)?
> 
> I noticed that the charset-information in "meta-information" is ignored
> and the default-charset of the webserver is used.
> 
> Kind regards,
> 
>        Jens

Before outputting the HTML, try this:

header('Content-Type: text/html; charset=ISO-8859-1');

Try if that works.

HTH

Ivo

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux