summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/textutils.scm8
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.
@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)))