Hedo
Wed 17th Oct '07, 7:34am
On fresh installation i see problems on all string have accented character; for example qhen i try to import italian language (http://www.vbulletin.com/forum/showthread.php?t=243399&highlight=italian) (maybe latin1) in my board all string are truncated.
I try to force on config.php $config['Mysqli']['charset'] = 'utf8'; but i haven't resolve my problem
this one is a result of sql (http://www.vbulletin.com/docs/html/main/mysqli):
SHOW VARIABLES LIKE 'char%'character_set_client utf8
character_set_connection utf8
character_set_database utf8
character_set_filesystem binary
character_set_results utf8
character_set_server utf8
character_set_system utf8
character_sets_dir C:\Program Files\SWsoft\Plesk\Databases\MySQL\share\charsets\ the server is microsoft
solutions?
I try to force on config.php $config['Mysqli']['charset'] = 'utf8'; but i haven't resolve my problem
this one is a result of sql (http://www.vbulletin.com/docs/html/main/mysqli):
SHOW VARIABLES LIKE 'char%'character_set_client utf8
character_set_connection utf8
character_set_database utf8
character_set_filesystem binary
character_set_results utf8
character_set_server utf8
character_set_system utf8
character_sets_dir C:\Program Files\SWsoft\Plesk\Databases\MySQL\share\charsets\ the server is microsoft
solutions?