pkgsrc/textproc/ruby-unicode-display_width/DESCR
ryoon fecb063c40 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.
2019-10-04 23:41:47 +00:00

5 lines
283 B
Text

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.