Page 1 of 1

converting Big5 to Unicode

Posted: Sat Jan 03, 2004 4:37 am
by blackie
Hi,
I have seen phpMyAdmin convert big5 character to unicode.. when i entered a big5 char into the db.. it become '&#' and some number.. is it unicode? how do i do it? i try to find the functions in the php documentation but cant.. pls help..

Posted: Sat Jan 03, 2004 9:00 am
by JAM
Interesting links:
Google: [google]big5 to unicode using php[/google]
Userpost #2 on: [php_man]rawurldecode[/php_man] might help.

Posted: Sat Jan 03, 2004 10:00 am
by blackie
thanks.. however i have tried to code with the rawurlencode/rawurdecode.. it does not give mi &# format... what can i do? what is the coding name of the &#? and i always get %9c, %40(all hex with a % in front).. what is the coding then?