1CHARDETECT(1) User Commands CHARDETECT(1)
2
3
4
6 chardetect – takes one or more file paths and reports their detected
7 encodings
8
10 chardetect [-h] [--version] [input ...]
11
13 POSITIONAL ARGUMENTS
14 input File whose encoding we would like to determine. (default:
15 stdin)
16
17 OPTIONAL ARGUMENTS
18 -h, --help
19 show a help message and exit
20
21 --minimal
22 Print only the encoding to standard output
23
24 -l, --legacy
25 Rename legacy encodings to more modern ones.
26
27 --version
28 show program’s version number and exit
29
30
31
32 June 2022 CHARDETECT(1)