A Unicode 15-conformant implementation of wcwidth() in C.
Go to file
2016-10-22 14:57:04 +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 Specify the MIT license. Fixes #2. 2016-10-21 22:46:52 +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 Add a small license preamble 2016-10-22 14:57:04 +02:00
wcwidth.h Initial commit 2016-08-04 13:04:06 +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.