diff options
Diffstat (limited to 'python/wcwidth/README')
-rw-r--r-- | python/wcwidth/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/wcwidth/README b/python/wcwidth/README new file mode 100644 index 000000000000..1e9c85f28709 --- /dev/null +++ b/python/wcwidth/README @@ -0,0 +1,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. |