PitWD / termux_wcwidth

A Unicode 15-conformant implementation of wcwidth() in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A wcwidth implementation in C

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

Original Repository used in Termux as part of the libandroid-support.so shared library.

This Repository is used in escTUI. wcwidth() is CharLen() there.

About

A Unicode 15-conformant implementation of wcwidth() in C.

License:Other


Languages

Language:C 99.4%Language:Makefile 0.6%