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

Solved!

I changed my db config from char_set utf8 to utf8mb4.

Here's a solid summary of the issue and solution:
http://stackoverflow.com/questions/27917...ay-through

Code:
   
   'char_set' => 'utf8mb4',
   'dbcollat' => 'utf8mb4_general_ci',

The article implies that this solution would work only with PHP versions > 5.5.3, but fortunately it's working fine in v5.3.29.
Reply


Messages In This Thread
RE: Diacritical marks are truncated via Active Record - by marksalvatore - 05-07-2015, 07:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB