pspad: -------------------------------------------------------------------------------- I suggest you to use UTF-16LE. UTF-8 with BOM (Begin Order Mark) is useable too, but UTF-16 is better standard. --------------------------------------------------------------------------------
Sorry Jan but I have to contradict. Most used format is UTF-8 _without_ BOM (Byte Order Mark) https://en.wikipedia.org/wiki/Byte_order_mark. You can use UTF-8 with your programming language, in internet, in programs and databases with almost any language. I only use UTF-8 everywhere for about 8 years without trouble in any program. Using a BOM can lead to conflicts with a programming language. E.g. in PHP. You then have to detect your files with BOMs, which is not easy to do, and remove the BOM from those files. -- <https://forum.pspad.com/read.php?2,69681,69723> PSPad freeware editor https://www.pspad.com
