Skip to content

non-zero combining character support in wcswidth()

Compare
Choose a tag to compare
@jquast jquast released this 20 Nov 09:51
· 299 commits to master since this release

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.