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

Add reason to warnings #39

Closed davelab6 closed 9 years ago

davelab6 commented 10 years ago

When PyICU is not installed, pyFontaine prints a warning when it is run:

WARNING: Please install [PyICU](https://pypi.python.org/pypi/PyICU)

It would be good to explain why this is requested, how to install it:

WARNING: Please install [PyICU](https://pypi.python.org/pypi/PyICU) to 
enable [feature], perhaps with: pip install pyicu

Are there other warnings that could be improved this way?

vitalyvolkov commented 10 years ago

@davelab6 done