Path to this page:
Subject: CVS commit: pkgsrc/textproc/ruby-unicode-display_width
From: Ryo ONODERA
Date: 2019-10-05 01:41:47
Message id: 20191004234147.557A1FBF4@cvs.NetBSD.org
Log Message:
textproc/ruby-unicode-display_width: import ruby26-unicode-display_width-1.6.0
Determines the monospace display width of a string in Ruby.
Implementation based on EastAsianWidth.txt and other data, 100% in
Ruby. Other than wcwidth(), which fulfills a similar purpose, it
does not rely on the OS vendor to provide an up-to-date method for
measuring string width.
Files: