trouble with utf-8 between pgsql and php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux