Closed davelab6 closed 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
Ah this True col is because of multiple input.
$ pyfontaine 0x011F
works, but other representations don't, which means the chars have to be converted by another tool, which sucks :)$ pyfontaine U+011F
works$ pyfontaine ğ
works