1
The Mysql database did not have accentuation support, I changed the encoding to the utf8_general_ci standard and now started to display the data correctly in the client, but still the words get bugged type You stay You, and if I try to make an accent directly on the bank errors occur. How can I solve this problem?
I’m no expert, but I do what I can!! In my BD the words also get "bugged", but this is no problem, because at echo time you only need to put a http-equiv <meta="Content-Type" content="text/html;charset=utf-8" />... At least with me it solves!
– ivan veloso