Welcome Guest, Not a member yet? Register   Sign In
Inserting Special Characters Into Database
#6

[eluser]potatoDie[/eluser]
For me, changing the settings to utf8 of the database definition itself didn't work. But leaving the database collation at latin1_swedish_ci and using this also for the CI-settings (config/database.php) worked ok:

Code:
$db['default']['dbcollat'] = "latin1_swedish_ci";

I suppose any other latin would do, but not utf8?


Messages In This Thread
Inserting Special Characters Into Database - by El Forum - 11-27-2010, 10:56 PM
Inserting Special Characters Into Database - by El Forum - 11-27-2010, 11:03 PM
Inserting Special Characters Into Database - by El Forum - 11-27-2010, 11:19 PM
Inserting Special Characters Into Database - by El Forum - 11-27-2010, 11:45 PM
Inserting Special Characters Into Database - by El Forum - 11-28-2010, 08:36 PM
Inserting Special Characters Into Database - by El Forum - 12-03-2010, 07:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB