Hi, I can't able to write in ANSI encoding. Here is my code : ```cs var fh = new FileHelperEngine<ErasmeCsvBm>(Encoding.GetEncoding(1252)); fh.WriteFile("erasme.csv", stocks); ``` This file is always in UTF-8 encoding. Best regards,