unicode problem
Posted: Wed Nov 07, 2007 6:12 am
We have two php servsers one in windows and another in linux. both servers are using same database server.
problem: when we insert unicode value in database from php server it is only understable by php server in windows,and it shows garbage value in php server in linux.
character set database : AL32UTF8
apache nls_lang:AMERICAN_AMERICA.UTF8
we have used ini_set('default_charset','utf-8') in every page.
we have used mb_string functions for every string function.
problem: when we insert unicode value in database from php server it is only understable by php server in windows,and it shows garbage value in php server in linux.
character set database : AL32UTF8
apache nls_lang:AMERICAN_AMERICA.UTF8
we have used ini_set('default_charset','utf-8') in every page.
we have used mb_string functions for every string function.