diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2021-01-29 01:01:35 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-30 10:29:14 +0700 |
commit | c5be3cae525a9fe0f4e03c4bef94ffa44fc4877c (patch) | |
tree | 62a551f5e78d8b5261153ef87afd61f7d91a4c73 /python/cwcwidth/README | |
parent | ed96c4794541477f470c8a95ac2941b68237a40d (diff) |
python/cwcwidth: Added (Python bindings for wcwidth and wcswidth)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cwcwidth/README')
-rw-r--r-- | python/cwcwidth/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/cwcwidth/README b/python/cwcwidth/README new file mode 100644 index 0000000000000..27da640e152d3 --- /dev/null +++ b/python/cwcwidth/README @@ -0,0 +1,2 @@ +cwcwidth provides Python bindings for wcwidth and wcswidth functions +defined in POSIX.1-2001 and POSIX.1-2008 based on Cython. |