Welcome Guest, Not a member yet? Register   Sign In
Insert French Character to Table
#4

[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
Insert French Character to Table - by El Forum - 11-08-2010, 11:36 PM
Insert French Character to Table - by El Forum - 11-08-2010, 11:41 PM
Insert French Character to Table - by El Forum - 11-09-2010, 12:01 AM
Insert French Character to Table - by El Forum - 12-03-2010, 07:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB