On Mon, Nov 04, 2024 at 09:05:39PM +0000, Sławomir Osipiuk via Unicode wrote:
> You want to map UTF8-encoded code points to characters? (Glyphs are the
> visual representations of characters, determined by the font.) In that case
> the "map" is the Unicode database. Each code point (encoded as one or more
> bytes in UTF8) maps to a character. Versions of the database are freely
> accessible online.
I think that’s what the OP means. He has a UTF-8-encoded string
which he wants to map to a sequence of code points. That’s my guess
anyway.
Arthur