1
I am trying to change the charset of a table to utf8 in a BD that contains all other tables like latin1swedish. I ran several commands and says it changed, it shows that that table is the only one as utf8, but any insertion keeps giving errors.
For example, I insert into the field endereco
table coordenadas_cache
, something like: São Sebastião
When I look at phpMyAdmin, it’s: São Sebastião
What can I do?
Ever tried to make a regex for correction?
– Israel Zebulon
No, I don’t know what that is. What that would be like?
– MagisterMundus