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.

Similar threads

  • Locked
  • Support ticket Support ticket
Tags Tags
hang
Replies
10
Views
2K
  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
0
Views
984
  • Locked
  • Support ticket Support ticket
Replies
3
Views
2K
  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
2
Views
3K

Legacy DragonByte Gallery

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