Angelo Zanetti wrote:

> Thanks again, but as far as I have read, it seems that UTF-8 has
> better handling for French characters?

Not really - I'm pretty certain ISO-8859-1 will cover all of the special
french characters.  But it's irrelevant - if your code/pages are
written in UTF8, you won't get the desired result if you serve them as
ISO-8859-1. 

> We have the following in our HTML page:
> 
> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
> 
> Would the header not conflict with this meta tag?

No, your header didn't have a Content-Type listed, so I think your
meta-tag should work. 


/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