Hello I'm trying to modify all my php scripts to generate utf-8 output. I got trouble with getting utf-8 encoded text from pgsql. My database contains koi8-r encoded text. I tried to call pg_set_client_encoding ($db_connection, 'UNICODE'); but it didn't help, i still recieved koi8-r encoded text. Where is the problem? Is it a bug of 'postmaster' or sql client? Are LC_* or LANG environment vars used to configure recoding? Agri PS: I really don't want to recode text by php code using iconv. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php