PopSel Unicode text handling:

Note: Most users, especially in western countries, 
      do not need to care about the text encoding.
-------------------------------------------------------------------

PopSel can read menu files with 3 different text encodings:

      ANSI (single byte characters)
      UTF-8 
      UTF-16 LE (Notepad: "Unicode")

UTF-8 and UTF-16 (LE) files may begin with a "BOM" (byte order mark),
see http://de.wikipedia.org/wiki/Byte_Order_Mark .
If no BOM is found, the program will auto-detect UTF-8 or UTF-16.

-------------------------------------------------------------------

If you want to change the text encoding format for any reason, 
please note:

(1) Files are written with the same encoding as read. 

(2) New files are written as UTF-8

(3) You can change the encoding with a text editor like Notepad (*)
    Once changed, (1) applies.

* Open with NOTEPAD, Save as.., and select Encoding (bottom).

===
06 Dec 2020

