https://github.com/termux/wcwidth
A Unicode 15-conformant implementation of wcwidth() in C.
https://github.com/termux/wcwidth
libc terminal termux
Last synced: 4 months ago
JSON representation
A Unicode 15-conformant implementation of wcwidth() in C.
- Host: GitHub
- URL: https://github.com/termux/wcwidth
- Owner: termux
- License: other
- Created: 2016-08-04T11:02:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T07:13:42.000Z (over 3 years ago)
- Last Synced: 2025-10-28T03:36:49.532Z (8 months ago)
- Topics: libc, terminal, termux
- Language: C
- Homepage:
- Size: 31.3 KB
- Stars: 43
- Watchers: 5
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
A wcwidth implementation in C
=============================
[](https://travis-ci.org/termux/wcwidth)
A simple implementation of [wcwidth(3)](http://pubs.opengroup.org/onlinepubs/009695399/functions/wcwidth.html)
in C as a port of [wcwidth.py](https://github.com/jquast/wcwidth/blob/master/wcwidth/wcwidth.py).
Used in [Termux](https://termux.com) as part of the `libandroid-support.so` shared library.