in reply to Re^5: How to set the UTF8 flag?
in thread How to set the UTF8 flag?

The mystery deepens. You said 72-bit value? Why? There only 1,114,112 code points. That could be stored in 3 bytes. What kind of 72-bit values are you referring to?

Replies are listed 'Best First'.
Re^7: How to set the UTF8 flag?
by GrandFather (Saint) on Aug 20, 2025 at 04:19 UTC

    Actually, 4 bytes. See UTF-8.

    Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
      That makes sense.
Re^7: How to set the UTF8 flag?
by ikegami (Patriarch) on Aug 20, 2025 at 03:05 UTC

    The values can mean anything you want. Strings characters aren't limited to Code Points. In fact, it's very common for strings to hold things other than Code Points.