non-zero combining character support in wcswidth()
0.1.4
- Feature:
wcswidth()
now determines printable length
for (most) combining characters. The developer's tool
bin/wcwidth-browser.py
is improved to display combining
characters when provided the--combining
option
(@thomasballinger and @lmontopo PR #5). - added static analysis (prospector) to testing framework.