I changed my hosting company and now I'm having problem with non-English characters.
UTF8 encoded text in the database:
ΣτεÏεά Ελλάδα
When I use utf8_decode php function, it returns this:
Σ�?ερεά �?λλάδα
But the text should be:
Στερεά Ελλάδα
What's the problem here? Why does utf8_decode not work? what's the easiest way to fix this?