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

Allow characters in various representations to be parsed to reverse lookup #41

Closed davelab6 closed 9 years ago

davelab6 commented 10 years ago

$ pyfontaine 0x011F works, but other representations don't, which means the chars have to be converted by another tool, which sucks :)

davelab6 commented 9 years ago

I think the 'True' col can be removed, its 'unix like' to just print the cases where it is found.

$ pyfontaine ğ ;
WARNING: Please install PyICU <https://pypi.python.org/pypi/PyICU> to enable CLDR related features, perhaps with: pip install pyicu
Character Set                                                   
Extensis AdobeLatin2 + Latin                                    True           
Extensis AdobeLatin3 + AdobeLatin2                              True           
Extensis AdobeLatin4 + AdobeLatin3                              True     

to

$ pyfontaine ğ ;
WARNING: Please install PyICU <https://pypi.python.org/pypi/PyICU> to enable CLDR related features, perhaps with: pip install pyicu
Character Set                      
Extensis AdobeLatin2 + Latin                 
Extensis AdobeLatin3 + AdobeLatin2           
Extensis AdobeLatin4 + AdobeLatin3     
davelab6 commented 9 years ago

Ah this True col is because of multiple input.