Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.