Skip to content

add wcwidth internally to length and rstrip/lstrip() convenience functions

Compare
Choose a tag to compare
@jquast jquast released this 18 May 03:43
· 499 commits to master since this release
  • enhancement: add rstrip() and lstrip(), strips both sequences
    and trailing or leading whitespace, respectively.
  • enhancement: include wcwidth_ library support for length(), the
    printable width of many kinds of CJK (Chinese, Japanese, Korean) ideographs
    are more correctly determined.