improved documentation

master
Charles Iliya Krempeaux 2023-08-16 05:44:28 -07:00
parent 8081457de3
commit 2aba643a87
1 changed files with 10 additions and 10 deletions

View File

@ -101,22 +101,22 @@ Some examples of UTF-8 encoding of Unicode code points are:
<td><code></code></td> <td><code></code></td>
<td><code></code></td> <td><code></code></td>
<td><code></code></td> <td><code></code></td>
<td></td> <td>A</td>
<td></td> <td>U+0041</td>
<td></td> <td>65</td>
<td><code></code></td> <td><code>0b0000,0000,0100,0001</code></td>
<td></td> <td>LATIN CAPITAL LETTER A</td>
</tr> </tr>
<tr> <tr>
<td><code>0b0,1110010</code></td> <td><code>0b0,1110010</code></td>
<td><code></code></td> <td><code></code></td>
<td><code></code></td> <td><code></code></td>
<td><code></code></td> <td><code></code></td>
<td></td> <td>r</td>
<td></td> <td>U+0072</td>
<td></td> <td>114</td>
<td><code></code></td> <td><code>0b0000,0000,0111,0010</code></td>
<td></td> <td>LATIN SMALL LETTER R</td>
</tr> </tr>
<tr> <tr>
<td><code>0b110,00010</code></td> <td><code>0b110,00010</code></td>