Unicode text handling:

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

Text files (*.ini, *.lng, *.ann) 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 Calendar 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).

Note that the Calendar INI file is written as ANSI by default.


===
31 Jul 2012
http://horstmuc.de
mailto:horst.schaeffer@gmx.net
