Char --> ISO 15924 "code" ( four-letter script codes / unicode )

Any function/package for converting Julia char to “four-letter script codes”?

Seems like a straightforward matter of parsing https://www.unicode.org/Public/UCD/latest/ucd/Scripts.txt and applying this mapping to ISO15924.

1 Like

Thank you for your help;

So not so hard to implement so I have added to my 2022H1 todo list …