NuxRef

nodejs-wcwidth - Port of C's wcwidth() and wcswidth()

Website: https://www.npmjs.com/package/wcwidth
License: MIT
Description:
wcwidth() and its string version, wcswidth() are defined by
IEEE Std 1002.1-2001, a.k.a. POSIX.1-2001, and return the number
of columns used to represent the given wide character and string.

Markus's implementation assumes the wide character given to those
functions to be encoded in ISO 10646, which is almost true for
JavaScript's characters.

Packages

nodejs-wcwidth-1.0.0-1.el7.nuxref.src [9 KiB] Changelog Chris Caron (2016-04-14):
- Initial release (v1.0.0-1)