Angelo Zanetti wrote:

> I have also found that we can do this:
> 
> <html lang="fr">
> 
> But I am interested in finding out if the doctype declaration is a
> contributing factor.

Neither will affect the character set used when rendering the page. 

The meta http-equiv="Content-Type" in a page is ignored by the browser
if an http header with a Content-Type has already been sent.  If you
bring up the page in Firefox, and hit Ctrl-I, I'll bet it says the page
is being displayed in ISO-8859-1 (well, not UTF8 at least).

I would check the default_charset setting in php.ini. 


/Per Jessen, Zürich


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

Reply via email to