I think this might be what you want: https://docs.python.org/3/howto/unicode.html#unicode-properties
On Thu, Dec 15, 2016 at 11:53 AM, Steve D'Aprano <steve+pyt...@pearwood.info> wrote: > Suppose I have a Unicode character, and I want to determine the script or > scripts it belongs to. > > For example: > > U+0033 DIGIT THREE "3" belongs to the script "COMMON"; > U+0061 LATIN SMALL LETTER A "a" belongs to the script "LATIN"; > U+03BE GREEK SMALL LETTER XI "ξ" belongs to the script "GREEK". > > > Is this information available from Python? > > > More about Unicode scripts: > > http://www.unicode.org/reports/tr24/ > http://www.unicode.org/Public/UCD/latest/ucd/Scripts.txt > http://www.unicode.org/Public/UCD/latest/ucd/ScriptExtensions.txt > > > -- > Steve > “Cheer up,” they said, “things could be worse.” So I cheered up, and sure > enough, things got worse. > > -- > https://mail.python.org/mailman/listinfo/python-list -- Joel Goldstick http://joelgoldstick.com/blog http://cc-baseballstats.info/stats/birthdays -- https://mail.python.org/mailman/listinfo/python-list