From 38b5c2ca4db3757883d7a7736603d9727b0fb5fd Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 18 Jan 2024 22:55:02 +0100 Subject: Add notice about UTF-8 --- man/grab.1 | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3