I am trying to save some data that I get from a form in a MySQL database using Doctrine2 and Symfony 2. My problem is that the data is in Greek, and although the sorting of the database and fields is utf8_general_ci, this Doctrine2 does not save the correct characters .
I checked that these characters are correct in my mapping class, so I think the problem is in my Doctrine configuration. Any ideas on what this could be?
source share