How to convert utf8

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
persiangulf
Forum Commoner
Posts: 30
Joined: Tue Jan 29, 2008 12:04 pm

How to convert utf8

Post by persiangulf »

Hi all
I have a site that has a vbulletin forum as part of it.I have a mysql database that all of its part such as database,tables and fields are utf8_persian_ci. When i query my own tables (ones that are not part of vbulletin), i don't have a problem and get exactly what i suppose but when i read from vbulletin's tables i get some unambiguous characters such as عنوان ارسال عنوان ارسال عنوان ارسال instead of عنوان ارسال عنوان ارسال عنوان ارسال.

When i see data of tables in phpmyadmin i get unambiguous characters, it means i get the right thing that vbulletin stored in tables, now i think i should convert these characters in right ones but i don't know how?
Post Reply