That's what I suggest along with my tool: cite: -------------------------------------------------------------------------------- Some rules of thumb when to add or omit BOMs: - Add the BOM to text files that are intended to be read in text editors on Windows. - Omit the BOM in markup text (such as HTML or XML) where the encoding is specified in the markup or where it defaults to be recognized as UTF-8. - Omit the BOM for files that are intended to be shared with other operating systems like Unix or Linux. - Never use a BOM for text that you append to an existing file.--------------------------------------------------------------------------------
Steffen -- <https://forum.pspad.com/read.php?2,69681,69725> PSPad freeware editor https://www.pspad.com
