I am trying to change the charset from a table to utf8 in a BD that contains all the other tables as latin1swedish. I have run several commands and says that it has changed, it shows that that table is the only one like utf8, but any insertion keeps giving errors.
For example, I enter in the endereco
field of the coordenadas_cache
table, something like: São Sebastião
When I look at phpMyAdmin, it is: São Sebastião
What can I do?