From 3800a6753e9e4205fa9c7b32a97bc1f7d40b2b45 Mon Sep 17 00:00:00 2001 From: Patrick Norton Date: Mon, 2 Feb 2026 14:31:21 -0500 Subject: [PATCH] gnu: uniutils: Update documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/textutils.scm (uniutils): Update documentation to reflect the addition of two new commands. Change-Id: Ic54ca23d14f554de909190a64a1dc5c30f2b70ba Signed-off-by: Ludovic Courtès Merges: #6079 --- gnu/packages/textutils.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index c0613d2271..c627d2a7cd 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -647,6 +647,14 @@ from the command line. @item @command{unireverse} reverse each line of UTF-8 input character-by-character. +@item @command{unifuzz} generates test input for programs that expect Unicode. +It can generate a random string of characters, tokens of various potentially +problematic characters and sequences, very long lines, strings with embedded +nulls, and ill-formed UTF-8. + +@item @command{unisurrogate} takes a codepoint on the command line and, if it +falls outside the BMP, reports its surrogate decomposition. + @end itemize") (license license:gpl3)))