Skip to content

Commit

Permalink
Update Spec - UTF-8 without BOM
Browse files Browse the repository at this point in the history
updated specification encoding info. UTF-8 is without BOM.
  • Loading branch information
marwin89 authored and bohning committed Dec 27, 2023
1 parent 19e61fe commit 50add40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified docs/images/version-table-preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/version-table.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ <h4 class="text-center text-white">VERSION: 1.1.0 <br /> Last update: 21 Nov 202
<h3 id="encoding-header" class="padding-top-120"><i class="glyphicon glyphicon-cog"></i>Encoding & TXT
</h3>
<hr />
<p>Encoding has to be UTF-8.</p>
<p><b>Why?</b> UTF-8 is a great encoding that can represent a vast number of symbols from all kinds of
<p>Encoding has to be UTF-8 (without BOM).</p>
<p><b>Why?</b> 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.</p>
<p>File-Container has to be TXT.</p>
Expand Down Expand Up @@ -2929,7 +2929,7 @@ <h4 style="color:grey"><a id="duetsingerp1--duetsingerp2" href="#duetsingerp1--d
</details>
<h4 style="color:grey"><a id="encoding-tag" href="#encoding"></a>ENCODING</h4>
<p>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.<b>This is not needed. All TXT should be UTF-8.</b></p>
special characters are displayed correctly. Possible values are UTF-8, CP1252 and CP1250.<b>This is not needed. All TXT should be UTF-8 (without BOM).</b></p>
<div>
<pre class="notranslate"><code>#ENCODING:UTF8
</code></pre>
Expand Down

0 comments on commit 50add40

Please sign in to comment.