SlackBuildsOrg/python/wcwidth/README
Matteo Bernardini 96975a8050 python/wcwidth: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2016-05-27 07:23:29 +07:00

4 lines
236 B
Text

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.