Charles Sheinin napsal(a):
Ok, so I have a fully UTF-8 MySQL database with a fully UTF-8 table. I
have a php page which has "content="application/xhtml+xml; charset=utf-8" />" at the top of the
html section and "mysql_set_charset("utf8");" after my connection
(it's php 2.2.3, so that's more or
Hi
What functions are you using? Many of PHP's functions are not multibyte
aware and default to ASCII. I had this problems myself end of last year.
--
Niel Archer
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ok, so I have a fully UTF-8 MySQL database with a fully UTF-8 table. I have
a php page which has "content="application/xhtml+xml; charset=utf-8" />" at the top of the html
section and "mysql_set_charset("utf8");" after my connection (it's php
2.2.3, so that's more or less the same as "mysql_quer