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

Include the Unicode Name in the missing character output #4

Closed davelab6 closed 11 years ago

davelab6 commented 11 years ago

https://bitbucket.org/sortsmill/libunicodenames has python support.

Example, was

Orthography:
        Common Name: GWF latin
        Native Name: 
        Support Level: partial
        Percent coverage: 97
        Missing values: U+0020 ( ), U+00a0 ( ), U+00a4 (¤), U+00ad (­), U+2074 (⁴), U+2215 (∕)

should be with it installed,

Orthography:
        Common Name: GWF latin
        Native Name: 
        Support Level: partial
        Percent coverage: 97
        Missing values:
                U+0020   space
                U+00a0   nonbreakingspace
                U+00a4 ¤ currency
                U+00ad   something
                U+2074 ⁴ ordinalfour
                U+2215 ∕ divide, 

and without it installed

Orthography:
        Common Name: GWF latin
        Native Name: 
        Support Level: partial
        Percent coverage: 97
        Missing values:
                U+0020   
                U+00a0   
                U+00a4 ¤ 
                U+00ad   
                U+2074 ⁴ 
                U+2215 ∕