Welcome Guest, Not a member yet? Register   Sign In
Encoding characters problem
#6

[eluser]nuts[/eluser]
Finally I've abandoned UTF-8 and I've changed my configuration like that (if it can help someone in the future Smile)

In my pages
Code:
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" />

In my config.php
Code:
$config['charset'] = "ISO-8859-1";

In my database.php
Code:
$db['default']['char_set'] = "latin1";
$db['default']['dbcollat'] = "latin1_swedish_ci";

Now in phpmyadmin in configured my database like that :
Code:
MySQL connection collation: latin1_swedish_ci

Now it works ... hope it will be helpful in the future Smile


Messages In This Thread
Encoding characters problem - by El Forum - 07-13-2008, 12:34 PM
Encoding characters problem - by El Forum - 07-13-2008, 01:14 PM
Encoding characters problem - by El Forum - 07-13-2008, 01:22 PM
Encoding characters problem - by El Forum - 07-13-2008, 02:19 PM
Encoding characters problem - by El Forum - 07-13-2008, 02:47 PM
Encoding characters problem - by El Forum - 07-13-2008, 03:08 PM
Encoding characters problem - by El Forum - 07-24-2008, 09:22 AM
Encoding characters problem - by El Forum - 07-25-2008, 06:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB