diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-18 22:55:02 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-18 22:55:02 +0100 |
commit | 38b5c2ca4db3757883d7a7736603d9727b0fb5fd (patch) | |
tree | 9ae11d14d4d33825e48b377c44a2c3384fc5a201 | |
parent | 81695aeb70debaa8c5fd13a52e7d74ae844a46ce (diff) |
Add notice about UTF-8
-rw-r--r-- | man/grab.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |