diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2026-02-02 14:31:21 -0500 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-02-06 20:49:01 +0100 |
| commit | 3800a6753e9e4205fa9c7b32a97bc1f7d40b2b45 (patch) | |
| tree | d5c7e6797538dfd7197d9e63320195a964cd244c | |
| parent | 8813f8ba34cac2160abaec5f64f5fcf8c7889e5b (diff) | |
gnu: uniutils: Update documentation.
* gnu/packages/textutils.scm (uniutils): Update documentation to reflect
the addition of two new commands.
Change-Id: Ic54ca23d14f554de909190a64a1dc5c30f2b70ba
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #6079
| -rw-r--r-- | gnu/packages/textutils.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index c0613d2271c..c627d2a7cd3 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm | |||
| @@ -647,6 +647,14 @@ from the command line. | |||
| 647 | @item @command{unireverse} reverse each line of UTF-8 input | 647 | @item @command{unireverse} reverse each line of UTF-8 input |
| 648 | character-by-character. | 648 | character-by-character. |
| 649 | 649 | ||
| 650 | @item @command{unifuzz} generates test input for programs that expect Unicode. | ||
| 651 | It can generate a random string of characters, tokens of various potentially | ||
| 652 | problematic characters and sequences, very long lines, strings with embedded | ||
| 653 | nulls, and ill-formed UTF-8. | ||
| 654 | |||
| 655 | @item @command{unisurrogate} takes a codepoint on the command line and, if it | ||
| 656 | falls outside the BMP, reports its surrogate decomposition. | ||
| 657 | |||
| 650 | @end itemize") | 658 | @end itemize") |
| 651 | (license license:gpl3))) | 659 | (license license:gpl3))) |
| 652 | 660 | ||
