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 must begin with a "BOM" (byte order mark),
see http://de.wikipedia.org/wiki/Byte_Order_Mark .
If a BOM for these formats is not found, the file is assumed ANSI.

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

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).

===
21 Jun 2012

