gbk2utf(), so simple!

2006 November 27
by Frank Mao

mysql: CONVERT( `domain` USING utf8 )

php:

mb_convert_encoding(“妳係我的友仔”, “UTF-8″, “GBK”);

or

iconv(‘gbk’,'utf-8′, “ddfasfdsada”);

No comments yet

Leave a Reply

Note: You can use basic XHTML in your comments. Your email address will never be published.

Subscribe to this comment feed via RSS