Source: ruby-unicode-display-width Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Michael Moll Build-Depends: debhelper-compat (= 12), gem2deb, rake, ruby-rspec Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-unicode-display-width.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-unicode-display-width Homepage: https://github.com/janlelis/unicode-display_width Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-unicode-display-width Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: Determines the monospace display width of a string in Ruby When printed to the screen, the length of the string is usually equal to the number of cells it occupies. However, there are categories of characters that occupy 2 cells (full-wide), and others that occupy 0. This library provides functions similar to wcwidth() and wcswidth() known from C, to determine the monospace display width of a string.