add wcwidth internally to length and rstrip/lstrip() convenience functions
- enhancement: add
rstrip()
andlstrip()
, 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.