Welcome Guest, Not a member yet? Register   Sign In
MySQL latin1 to UTF8 site
#3

(12-13-2014, 06:03 PM)includebeer Wrote: Set your DB to latin and set your output to utf-8 in config.php :


PHP Code:
$config['charset'] = 'UTF-8'

Do you mean set database options like :
PHP Code:
$db['default']['char_set'] = 'latin1';
$db['default']['dbcollat'] = 'latin1_swedish_ci'

My configuration is already like that.

Database and tables are set to latin, charset in config.php is UTF-8.

What am I missing ?
Reply


Messages In This Thread
MySQL latin1 to UTF8 site - by miko91 - 12-13-2014, 05:33 PM
RE: MySQL latin1 to UTF8 site - by includebeer - 12-13-2014, 06:03 PM
RE: MySQL latin1 to UTF8 site - by miko91 - 12-13-2014, 06:53 PM
RE: MySQL latin1 to UTF8 site - by Rufnex - 12-14-2014, 02:34 AM
RE: MySQL latin1 to UTF8 site - by includebeer - 12-14-2014, 04:53 AM
RE: MySQL latin1 to UTF8 site - by miko91 - 12-14-2014, 07:01 AM
RE: MySQL latin1 to UTF8 site - by includebeer - 12-14-2014, 07:47 AM
RE: MySQL latin1 to UTF8 site - by Rufnex - 12-14-2014, 07:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB