Hello all.
I have a bit of a problem.
I have a few php pages all encoded utf-8.
A MySQL database, where it is possible to have characters like: 'á'é'ú'ő'ü' and so on, i have set with phpmyadmin to be utf8_hungarian_ci character encoding.
Funny thing is, that when I write data back from table with query to webpage, everything is fine.
The problem is, that in php it looks bad, and i would like to change that.
like Háztartási gép should be Háztartási gép.
Thanks for the help.