Welcome Guest, Not a member yet? Register   Sign In
Diacritical marks are truncated via Active Record
#21

Yes, the problem still exists. In the meantime, I created a hack, that updates the field that might contain a diacritical mark , by using the driver class, like this:

$conn = new mysqli($hostname, $username, $password, $database);
$sql = "UPDATE mytable SET myfield='$myfield' WHERE key = '$key'";

That runs after the insert that looks like this

$this->db->insert('mytable',$values);

But yes, this is still a problem.
Reply


Messages In This Thread
RE: Diacritical marks are truncated via Active Record - by marksalvatore - 11-28-2014, 04:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB