RE: French characters not displayed correctly

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

 



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


[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