lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
***BOGO*** [PHP] Problem of Connection Character Sets and Collations
- Date: Sat, 06 Sep 2008 22:41:26 +0800
- From: edwardspl@xxxxxxxxxx
- Subject: ***BOGO*** [PHP] Problem of Connection Character Sets and Collations
Dear All,
For displaying with unicode Character Sets problem :
MySQL :
Command line of mysqldump and mysql :
Which command line is right ?
1, --default-character-set=utf8
2, --default-character-set=utf-8
phpmyadmin :
The Connection Character Sets and Collations setting :
Which command line is right ?
1, utf8_bin
2, utf8_general_ci
3, utf8_unicode_ci
php :
Which command line is right ?
1, mysql_query("SET NAMES utf8");
2, mysql_query("SET NAMES utf-8");
Many thank for your help !
Edward.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php