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

(This post was last modified: 11-24-2014, 11:42 AM by Rufnex.)

This must be a charset problem. Have you checked that your database connection is utf8, that your files (controller, views, etc.) are saved as uft8? And in your /application/config/database.php should be also the utf8 :

Code:
    'char_set' => 'utf8',
    'dbcollat' => 'utf8_general_ci',

And your database should have this encoding: utf8_general_ci

Reply


Messages In This Thread
RE: Diacritical marks are truncated via Active Record - by Rufnex - 11-24-2014, 11:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB