Welcome Guest, Not a member yet? Register   Sign In
Problems with UTF8
#6

[eluser]gh05t[/eluser]
I've also tried putting:
Code:
$this->db->query('SET NAMES \'utf8\'');
            $this->db->query('SET character_set_connection=\'utf8\'');
            $this->db->query('SET character_set_results=\'utf8\'');
            $this->db->query('SET character_set_client=\'utf8\'');
In my controller before fetching the results, but echo mysql_client_encoding(); still returns latin1.

WTH?


Messages In This Thread
Problems with UTF8 - by El Forum - 06-26-2011, 10:34 AM
Problems with UTF8 - by El Forum - 06-26-2011, 12:59 PM
Problems with UTF8 - by El Forum - 06-26-2011, 01:08 PM
Problems with UTF8 - by El Forum - 06-26-2011, 01:36 PM
Problems with UTF8 - by El Forum - 06-26-2011, 01:53 PM
Problems with UTF8 - by El Forum - 06-26-2011, 02:12 PM
Problems with UTF8 - by El Forum - 06-27-2011, 12:13 AM
Problems with UTF8 - by El Forum - 06-27-2011, 04:18 AM
Problems with UTF8 - by El Forum - 07-20-2011, 03:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB