Compare commits

..

No commits in common. "2d58bd114d8c644fe4506e0f72bb08691dfb4f54" and "2aba643a87fd5138b885cbe1eb50706aedb3733a" have entirely different histories.

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