Nov 28 2021 07:59 PM
I have a file encoded in UTF8 thus having French special characters like é, è or ê etc...
When I read the file using System.IO.File.ReadAllText(MyPathFileName, Encoding.UTF8)
I still get the file with the wrong format, here's a single line for instance :
"Name": "�ric S�guin"
Any idea what I'm doing wrong?
Dec 05 2021 08:28 PM
Dec 06 2021 01:56 PM
Solution