diff --git a/docs/images/version-table-preview.jpg b/docs/images/version-table-preview.jpg index ad8edda..8a1eb56 100644 Binary files a/docs/images/version-table-preview.jpg and b/docs/images/version-table-preview.jpg differ diff --git a/docs/images/version-table.jpg b/docs/images/version-table.jpg index d40abef..0ce1402 100644 Binary files a/docs/images/version-table.jpg and b/docs/images/version-table.jpg differ diff --git a/docs/index.html b/docs/index.html index 9da92a1..52972d9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -397,8 +397,8 @@

VERSION: 1.1.0
Last update: 21 Nov 202

Encoding & TXT


-

Encoding has to be UTF-8.

-

Why? UTF-8 is a great encoding that can represent a vast number of symbols from all kinds of +

Encoding has to be UTF-8 (without BOM).

+

Why? UTF-8 (without BOM) is a great encoding that can represent a vast number of symbols from all kinds of languages. Other encodings, like Windows code pages, are far more limited and are only suitable for a small family of languages.

File-Container has to be TXT.

@@ -2929,7 +2929,7 @@

ENCODING

Specifies the character encoding used in the txt file. This attribute can be used to ensure that - special characters are displayed correctly. Possible values are UTF-8, CP1252 and CP1250.This is not needed. All TXT should be UTF-8.

+ special characters are displayed correctly. Possible values are UTF-8, CP1252 and CP1250.This is not needed. All TXT should be UTF-8 (without BOM).

#ENCODING:UTF8