As suggested special chars are displayed correctly if I use notepad++ to open the csv file. They are displayed correctly too when I import the csv file into
In python3 I just do this:
with open(file, "w+", encoding='utf-8-sig') as f: f.write("Vérification")
Pretty simple, right? :) You can search "utf-8-sig" in the python docs