AdvRichEditorHTML problem

Hi,

I have a problem when i save a file with AdvRichEditorHTML

AdvRichEditorHTMLIO2.Save(GetCurrentDir + '\safepost.sgn');

It seems that it adds characters at the beginning of the file !!!

See my print screen


This is the UTF8 BOM  https://en.wikipedia.org/wiki/Byte_order_mark 

We will add an overload of Save() where you will be able to set encoding to ANSI if you somehow have an issue with this BOM.