Bug not support utf8 encoding

Status
Not open for further replies.
Changing the MySQL connection encoding does not convert the entire vBulletin database to utf8, which I’m sure you already knew :)
 
This forum is encoded utf-8
Threads, Posts,
Encoding works on (utf-8) better than (latin1) on vb

When using MySQL 4.1+, MySQLi should be used to connect to the database.
If you need to set the default connection charset because your database
is using a charset other than latin1, you can set the charset here.
If you don't set the charset to be the same as your database, you
may receive collation errors. Ignore this setting unless you
are sure you need to use it. */
$config['Mysqli']['charset'] = 'utf8';
 
Status
Not open for further replies.

Legacy DragonByte Gallery

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
862
Customer rating
0.00 star(s) 0 ratings
Back
Top