Acme-CPANModules-WrappingText
view release on metacpan or search on metacpan
NAME
Acme::CPANModules::WrappingText - List of modules and utilities to wrap
text
VERSION
This document describes version 0.001 of Acme::CPANModules::WrappingText
(from Perl distribution Acme-CPANModules-WrappingText), released on
2022-11-24.
DESCRIPTION
See also: fold Unix command line.
ACME::CPANMODULES ENTRIES
App::TextWrapUtils
CLI front-end for various backends mentioned in this list.
Script: textwrap
Lingua::JA::Fold
Author: HATA <https://metacpan.org/author/HATA>
Specifically for folding Japanese (and other CJK) text.
Text::ANSI::Fold
Author: UTASHIRO <https://metacpan.org/author/UTASHIRO>
Text::ANSI::Util
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
For wrapping text that contains ANSI escape/color codes.
Text::ANSI::WideUtil
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
For wrapping text that contains ANSI escape/color codes *and*
Unicode wide characters.
Text::WideChar::Util
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
For wrapping text that contains Unicode wide characters.
Text::Fold
Author: DMUEY <https://metacpan.org/author/DMUEY>
Text::LineFold
Author: NEZUMI <https://metacpan.org/author/NEZUMI>
Text::Wrap
Author: ARISTOTLE <https://metacpan.org/author/ARISTOTLE>
Core module.
ACME::CPANMODULES FEATURE COMPARISON MATRIX
+----------------------+--------------+-------------+-----------------+
| module | can_ansi *1) | can_cjk *2) | can_unicode *3) |
+----------------------+--------------+-------------+-----------------+
| App::TextWrapUtils | N/A | N/A | N/A |
| Lingua::JA::Fold | no | yes | no |
| Text::ANSI::Fold | yes | yes | yes |
| Text::ANSI::Util | yes | no | no |
| Text::ANSI::WideUtil | yes | no | yes |
| Text::WideChar::Util | no | no | yes |
| Text::Fold | no | no | yes |
| Text::LineFold | no | no | no |
| Text::Wrap | no | no | no |
+----------------------+--------------+-------------+-----------------+
Notes:
1. can_ansi: Can wrap text that contains ANSI color/escape codes
( run in 0.637 second using v1.01-cache-2.11-cpan-df04353d9ac )