Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/termux/wcwidth
A Unicode 15-conformant implementation of wcwidth() in C.
https://github.com/termux/wcwidth
libc terminal termux
Last synced: about 2 hours 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T07:13:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T20:56:48.283Z (8 days ago)
- Topics: libc, terminal, termux
- Language: C
- Homepage:
- Size: 31.3 KB
- Stars: 40
- Watchers: 6
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
A wcwidth implementation in C
=============================
[![Travis build status](https://travis-ci.org/termux/wcwidth.svg?branch=master)](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.