Compare commits

...

2 Commits

Author SHA1 Message Date
Charles Iliya Krempeaux 2d58bd114d improved documentation 2023-08-16 05:47:28 -07:00
Charles Iliya Krempeaux f7a648ef98 improved documentation 2023-08-16 05:47:07 -07:00
1 changed files with 11 additions and 11 deletions

View File

@ -98,9 +98,9 @@ Some examples of UTF-8 encoding of Unicode code points are:
<tbody>
<tr>
<td><code>0b0,1000001</code></td>
<td><code></code></td>
<td><code></code></td>
<td><code></code></td>
<td></td>
<td></td>
<td></td>
<td>A</td>
<td>U+0041</td>
<td>65</td>
@ -109,9 +109,9 @@ Some examples of UTF-8 encoding of Unicode code points are:
</tr>
<tr>
<td><code>0b0,1110010</code></td>
<td><code></code></td>
<td><code></code></td>
<td><code></code></td>
<td></td>
<td></td>
<td></td>
<td>r</td>
<td>U+0072</td>
<td>114</td>
@ -121,13 +121,13 @@ Some examples of UTF-8 encoding of Unicode code points are:
<tr>
<td><code>0b110,00010</code></td>
<td><code>0b10,100001</code></td>
<td><code></code></td>
<td><code></code></td>
<td></td>
<td></td>
<td></td>
<td><code></code></td>
<td></td>
<td>¡</td>
<td>U+00A1</td>
<td>161</td>
<td><code>0b0000,0000,1010,0001</code></td>
<td>INVERTED EXCLAMATION MARK</td>
</tr>
<tr>
<td><code>0b110,11011</code></td>