UTF-63: Fix missing p tag

This commit is contained in:
Paul Brinkmeier
2026-08-05 13:09:27 +02:00
parent 1076663c8e
commit 32e5f72dab
+1 -1
View File
@@ -54,8 +54,8 @@
<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!).
So how does it work?
<p>
</p>
<p>
Decoding is dead simple:
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.