summaryrefslogtreecommitdiffstats
path: root/python/wcwidth/README
blob: 3d43838d0aed5514935e8f68145172b9c3d8a910 (plain)
1
2
3
4
This API is mainly for Terminal Emulator implementors - any 
python program that attempts to determine the printable width of 
a string on a Terminal. It is implemented in python (no C library 
calls) and has no 3rd-party dependencies.