Page 1 of 1

Big5 to UTF-8 conversion

Posted: Tue May 27, 2003 9:20 am
by rebyphp
Hi, Everyone,

I need to change the Big5 code (fetch from MySQL) into UTF-8 format.

The UTF-8 can be either any of the following:

Literal UTF-8
Decimal numeric character reference (e.g.А)
Hexadecimal numeric character reference (e.g. А)

People has suggested use

html_entity_decode
http://hk.php.net/manual/en/function.ht ... decode.php

But I cannot get it work. Any idea??

Thanks :D