Qsel Unicode text handling:

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

Text files (*.QSL, *.INI) can be read with 3 different 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, 
use a text editor like Notepad: 

Open text file with NOTEPAD, Save as.., and select the Encoding (bottom).

===
01 Dec 2020
http://horstmuc.de
mailto:horst.schaeffer@gmail.com

