aboutsummaryrefslogtreecommitdiff
path: root/man/grab.1
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-18 22:55:02 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-18 22:55:02 +0100
commit38b5c2ca4db3757883d7a7736603d9727b0fb5fd (patch)
tree9ae11d14d4d33825e48b377c44a2c3384fc5a201 /man/grab.1
parent81695aeb70debaa8c5fd13a52e7d74ae844a46ce (diff)
Add notice about UTF-8
Diffstat (limited to 'man/grab.1')
-rw-r--r--man/grab.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/grab.1 b/man/grab.1
index 7c7b1fc..37f2b84 100644
--- a/man/grab.1
+++ b/man/grab.1
@@ -287,3 +287,7 @@ When writing pattern matches to the standard output,
appends a newline to the end of the match.
This often results in non-ideal output as matched patterns are often
already suffixed by a newline.
+.Pp
+Input files must be encoded as UTF-8.
+No other encodings are supported unless they are UTF-8 compatible,
+such as ASCII.