Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Spec - UTF-8 without BOM #45

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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