How to convert utf8
Posted: Wed Sep 30, 2009 7:27 am
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?
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?