I need to determine if a given character in a given font belongs to a given subrange. For example, U+0041 according to Windows Character Map app belongs to the Latin Subrange. Is there a way to get this using Python 2.7 (or more precisely IronPython 2.7)?
Sincerely;
Michelle