1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Patrick Norton
2026-02-02 14:31:21 -05:00
committed by Ludovic Courtès
parent 8813f8ba34
commit 3800a6753e

View File

@@ -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)))