The problem is simple and annoying.
I'm just trying to print a list of names compiled from my mysql database.
PHP files are saved in utf8, the database and tables are configured to use utf8. However, "Γ₯, Γ€, ΓΆ", for example, displays as. I canβt believe that I still have this problem.

Of course, Latin1 solves the problem. The thing is, I have to use utf8, since I am doing json_encode to send data in ajax-script.

Any idea what on earth might be wrong?
Should I convert the data to utf8 before returning it, maybe? It seems strange that I should ...
Xavio source share