Forum Moderators: coopster
I've the data in Mysql Database (ver 3.23.58) which is entered from shift JIS browser encoding.
Now I want to convert it from shift JIS to UTF8. The data in the db is something like this ƒ}ƒŠƒIƒ“
I tried mb_convert_encoding($jap_text, "UTF-8", "SJIS")
which is converting characters like this 窶嘛ニ耽ニ辰ニ致
Pls help me.