dotextwrap
text-wrapping library with i18n - development files
Install
- All systems
-
curl cmd.cat/dotextwrap.sh
- Debian
-
apt-get install libtextwrap-dev
- Ubuntu
-
apt-get install libtextwrap-dev
- Kali Linux
-
apt-get install libtextwrap-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libtextwrap-dev
- Raspbian
-
apt-get install libtextwrap-dev
- Dockerfile
- dockerfile.run/dotextwrap
libtextwrap-dev
text-wrapping library with i18n - development files
Text-wrapping (or line-folding) library for displaying a string on the terminal. This supports i18n (internationalization), i.e, automatic locale-encoding detection, multibyte encoding (such as UTF-8, EUC-JP, and so on), fullwidth characters (occupying two columns per one character, like CJK Ideogram), combining characters (occupying zero columns per one character, like Thai and diacritical marks), and languages which do not use whitespaces between words (like Chinese and Japanese). This package contains files needed for development using this library.