I'm trying to import a CSV to insert into a table and I'm having trouble inserting accented characters like 'NÃO ACERTA' which is converted to 'N?O ACERTA' What am I doing wrong?
I'm trying to import a CSV to insert into a table and I'm having trouble inserting accented characters like 'NÃO ACERTA' which is converted to 'N?O ACERTA' What am I doing wrong?
Hello!
Collation seems fine, can you test inserting an unique value NÃO
without repeat/csv just for discard mysql thing?
Also, have you opened your csv with notepad and check if Ã
is there?