Import CSV wrong characters

Hi everyone, I’m importing a CSV and when I save the text inside the DB table all the accented characters are replaced with ‘?’

Do you have any advice?

Hello,
What database are you using? What is the database encoding and what is the table collation used?

Hi Teodor,
database SQL / Latin1_General_CI_AS

Please change your db collation to utf8_general_ci

Ok I’ll try and let you know if I solve it, thanks for the help