NAME¶
chardet - universal character encoding detector
SYNOPSIS¶
chardet [
options] [
file ...]
DESCRIPTION¶
Report heuristically-detected character encoding for each file.
For every specified file (defaulting to stdin if no files are specified), reads
and determines the character encoding of the file content. Reports the name
and confidence level for each file's detected character encoding.
OPTIONS¶
- -h, --help
- show this help message and exit
SEE ALSO¶
/usr/share/doc/python-chardet/index.html
AUTHOR¶
chardet module was written by Mark Pilgrim <mark@diveintomark.org>
chardet script was written by Ben Finney <ben+python@benfinney.id.au>
This manual page was written by Piotr Ożarowski <piotr@debian.org>,
for the Debian project (but may be used by others).