A Unicode 15-conformant implementation of wcwidth() in C.
Go to file
2020-08-07 11:23:03 +02:00
.gitignore Initial commit 2016-08-04 13:04:06 +02:00
.travis.yml Try to also build on OS X for travis 2016-08-04 11:16:47 -04:00
LICENSE.txt wcwidth: update license from upstream 2020-08-07 11:23:03 +02:00
Makefile Specify std=c99 in the Makefile 2016-08-04 11:13:03 -04:00
README.md Add travis build badge 2016-08-04 11:08:22 -04:00
test_wcwidth.c Initial commit 2016-08-04 13:04:06 +02:00
wcwidth.c update from jquast, add note about Java version 2020-08-07 07:31:14 +01:00
wcwidth.h Add __BEGIN_DECLS and __END_DECLS to header 2016-10-24 02:14:17 +02:00

A wcwidth implementation in C

Travis build status

A simple implementation of wcwidth(3) in C as a port of wcwidth.py.

Used in Termux as part of the libandroid-support.so shared library.