0
I come across a strange situation, when I try to insert German characters(ě,ě) into the database they are inserted as follows:
"üüü "
The field is defined as utf8_general_ci
If you enter the data in a query directly in the database, it accepts these special characters, if you insert it through a query in php they are the way mentioned above.
I’m using the class PDO
to enter data.
What may be the cause of this problem?