Jump to content

Query on a UTF-8 Database


kembreg

Recommended Posts

Hi all.

Have a UTF-8 Database.

The data in PhpMyAdmin looks fine.

 

Where I query the database from PHP, I do no get back proper unicode.

The Website header has charset=utf-8, no problem.

When I hard code some Unicode text, it appears fine on the site.

 

--------

while( $PhraseArray= mysql_fetch_array($QueryResult) ) {

$Phrase1=$PhraseArray[$SiteLanguage];

$Phrase2=$PhraseArray[$LanguageName];

//$Phrase2="Wŏ xuéxí făyŭ";

--------

 

i.e. 'Wŏ xuéxí făyŭ' appears fine on the site.

However, when I use the value queried from the database,  the unicode is garbled.

 

Any ideas?

 

David

Link to comment
https://forums.phpfreaks.com/topic/205975-query-on-a-utf-8-database/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.