UTF-63: Fix missing p tag
This commit is contained in:
@@ -54,8 +54,8 @@
|
|||||||
<p>
|
<p>
|
||||||
For our entirely random example, this UTF-63 encoding uses only 16 bytes, a clear win over the whopping 21 bytes required by UTF-8 (that's 30% more!).
|
For our entirely random example, this UTF-63 encoding uses only 16 bytes, a clear win over the whopping 21 bytes required by UTF-8 (that's 30% more!).
|
||||||
So how does it work?
|
So how does it work?
|
||||||
<p>
|
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
Decoding is dead simple:
|
Decoding is dead simple:
|
||||||
We consider each set of 8 bytes a Big Endian 64-bit code unit.
|
We consider each set of 8 bytes a Big Endian 64-bit code unit.
|
||||||
If the most significant bit is 0, the other 63 bits contain nine Basic Latin characters (i.e. ASCII characters) at 7 bits each.
|
If the most significant bit is 0, the other 63 bits contain nine Basic Latin characters (i.e. ASCII characters) at 7 bits each.
|
||||||
|
|||||||
Reference in New Issue
Block a user