Insert accented characters into field with utf8mb4_unicode_ci collation

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?



image
image

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?

direct insertion works well :pensive:


When I open the CSV in Notepad++, everything appears ok