Log in

View Full Version : UTF8 Data problem in Vbulletin


mkmajeed
11-01-2008, 11:58 AM
Hello,

I have tried to convert my Unicode forum, from phpBB3 to Vbulletin. Problem I am facing is that all my converted data is in UTF8 encoding, which is not being handeled by vbulletin properly. when I change some of data in ANSI encoding it stasrts displaying Urdu Characters.

Only thing i want to ask is is there any way i can execute one statment before the execution of any query in vbulletin. query string I want to execute is given below

mysql_query("SET NAMES 'utf8'");

--------------- Added 1225578185 at 1225578185 ---------------

Is it possible ?