I have been to lazy to get this straightened out in the beginning.
When I connect to an existing database from a new CMSMS install, I get weird characters on the frontend pages (website).
It seems like default config.php settings are
Code: Select all
$config['default_encoding'] = 'utf-8'; $config['admin_encoding'] = 'utf-8';
Code: Select all
DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci
I would appreciate a clear explanation on specifying / finding out encoding settings when connecting to an existing database.