Convert ANSI CSV file to UTF-8

Fivel51 Posted messages 510 Status Membre -  
Fivel51 Posted messages 510 Status Membre -
Hello,
I have a CSV file encoded in ANSI and I want to convert it to UTF-8.
I can open this file with Excel in UTF-8. I understand the manipulation, and there's no problem with accents in Excel, for example.
However, when I save it via Excel (still in CSV format) and open the saved file with NotePad++, the file is encoded in ANSI. If I change the encoding to UTF-8 in NotePad++, I encounter issues with special characters.
Does anyone know how I can ultimately get a CSV file encoded in UTF-8, please?
Thank you very much :)

1 réponse

f894009 Posted messages 17417 Registration date   Status Membre Last intervention   1 717
 
Hello,

Why not save it as a TXT file with a tab separator!!
0
Fivel51 Posted messages 510 Status Membre 152
 
It's all good, I opened it with Notepad++ and I converted the encoding :) Thanks!
1