Am Do, den 28.09.2006 schrieb Andrei Zmievski um 18:43:

Hello Andrei,
> 
> A couple more notes.

Thanks, I will fix it this weekend.

> Also, I don't know much about MySQL client library, but it seems that 
> it only works in UTF-8 mode. Is this correct? Does it translate UTF-8 
> to other charsets when communicating with server that has tables in 
> those other charsets?

If a table or a column uses another charset, MySQL Server automatically
converts utf8 to another charset. When PHP runs in unicode, we
automatically set the client character set to utf8. UCS2 is not fully
supported currently.

/Georg

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

Reply via email to