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

Reply via email to