mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2025-02-21 12:29:34 +01:00
More encoding stuff
This commit is contained in:
parent
4b51373d05
commit
6bf6dd92ad
@ -135,6 +135,13 @@
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tr>
|
||||
<td><code>0x00</code></td>
|
||||
<td><code>0xFF</code></td>
|
||||
<td>None</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>0x20</code></td>
|
||||
<td><code>0xDF</code></td>
|
||||
@ -171,6 +178,9 @@
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Data is assumed by default to be in ISO 8859 encoding. That is, for encodings <code>0x00</code> and
|
||||
<code>0x40</code>, no transformation is performed on the binary data to produce readable text.</p>
|
||||
<p>ASCII encoding is true 7-bit ASCII, with the 8th bit always set to 0. This is validated.</p>
|
||||
<details>
|
||||
<summary>Source code details</summary>
|
||||
<p>The full table for these values can be found in libavs.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user