googlefonts / pyfontaine

Python tool to check font files for language/character set support
https://github.com/googlefonts/pyfontaine
GNU General Public License v3.0
104 stars 20 forks source link

Eliminate dependence on Python-LibUnicodeNames. #11

Closed chemoelectric closed 11 years ago

chemoelectric commented 11 years ago

This is just using the standard Python 2.7 library’s ‘unicodedata’ module.

davelab6 commented 11 years ago

@chemoelectric sorry for my delay with this, this is really awesome work, thanks! :)