On Fri, Dec 19, 2008 at 7:01 AM,  <c...@l-i-e.com> wrote:
>
> For IE, you also want to add the META tags for HTTP-EQUIV for you charset.

This has been the most reliable, as long as you're presenting HTML,
this is all I ever put in a page. No header() or anything.

> Only way to use UTF-8 is to have UTF-8 used consistently through the whole 
> chain.
> HTTP form requests.
> MySQL client
> MySQL server
> HTTP output.

If you're not using MySQL string functions you can put UTF-8 encoded
content into normal latin-based columns. It just treats it as binary
data.

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

Reply via email to