isutf8 (1) Linux Manual Page
isutf8 – check whether files are valid UTF-8
Synopsis
- isutf8 [-hqliv] [–help] [–quiet] [–list] [–invert] [–verbose] [[file…]]
Description
isutf8Options
-h, –help- Print out a help summary.
-q, –quiet
- Don’t print messages telling which files are invalid UTF-8, merely indicate it with the exit status.
-l, –list
- Print only the names of files containing invalid UTF-8.
-i, –invert
- Invert the selection: list UTF-8 compatible files.
-v, –verbose
- Also print an hexdump-like view of the error and some context.
