Welcome Guest, Not a member yet? Register   Sign In
Problems with chinese characters
#3

[eluser]InsiteFX[/eluser]
Things to try:
Code:
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ;

$sql = "ALTER TABLE $table DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci";

$this->db->set_charset('utf8');

$this->db->query("SET NAMES 'UTF8'");


Messages In This Thread
Problems with chinese characters - by El Forum - 03-06-2012, 08:50 AM
Problems with chinese characters - by El Forum - 03-07-2012, 10:49 PM
Problems with chinese characters - by El Forum - 03-08-2012, 01:16 AM
Problems with chinese characters - by El Forum - 06-10-2013, 11:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB