Convert chinese, russian (etc ...) caracters

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yobogs
Forum Newbie
Posts: 1
Joined: Sun Mar 22, 2009 4:02 am

Convert chinese, russian (etc ...) caracters

Post by yobogs »

Hello,

I try to convert a chinese (or russian or other) characters ? whith

Code: Select all

mb_convert_encoding("?","HTML-ENTITIES","auto");
and i have & # 29983;.

I try to convert & # 29983; to ? and i don't find the solution.

Can you help me plz ?

Thks
Post Reply