Template:UTF-8/2

From HandWiki
< Template:UTF-8
Revision as of 13:21, 16 January 2021 by imported>Schekanov (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

C0

Template documentation

If the number passed is less than 32, then this is the first digit of a two byte sequence - add to 0xC0; otherwise, it's the third byte of a 4 byte, or second byte of a 3 byte sequence, and you add the 6 least significant bits to 0x80.