Unicode text handling:

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

Text files (*.ini, *.lng, *.lst) 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 must begin with a "BOM" (byte order mark),
see http://de.wikipedia.org/wiki/Byte_Order_Mark .
If the Reminder does not detect a BOM, the file is assumed ANSI.

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

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 Aug 2012
http://horstmuc.de
mailto:horst.schaeffer@gmail.com
