Page 1 of 1

Unicode named sequences

Posted: Tue Jan 19, 2021 8:06 pm
by danielrr
Is there any way to access the Unicode named sequencies of Unicode characters (a standarized description like "Greek Small Letter Alpha" )?

Re: Unicode named sequences

Posted: Tue Jan 19, 2021 8:46 pm
by richmond62
Those names are NOT encoded in Unicode fonts as such, so there
is no way that LiveCode can pick them up.

The simplest way is to check those names against the standard Unicode PDF documents.

https://www.unicode.org/charts/
Screenshot 2021-01-19 at 21.44.12.png

Re: Unicode named sequences

Posted: Tue Jan 19, 2021 9:21 pm
by danielrr
Thanks! :) :) :)