I have a Mysql table with multiple languages, one language a field.
My character set is utf_general_ci
When I look into the table with phpMyAdmin I have a bulgarian page which looks like this:
За наÑ
This is a title. This same title shows up in the website like this:
За нас (this is correct)
What am I doing wrong?
OK, try to execute these queries before your actual fetching of the records:
Afterwards proceed with execution of your queries. The above queries, if course, must be in context of your current database connection.