I have some french data with these caracters : àéçè... etc
When I store data and encode it to Json, values with these special chars are set to null
so I did utf8_encode($myString)
for each value of my array to encode to json after.
This is boring, is there a way to encode data in the mySql way with the ORM of Phalcon?