File: uchardet.1

package info (click to toggle)
uchardet 0.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,168 kB
  • sloc: cpp: 7,767; python: 1,254; sh: 85; ansic: 74; makefile: 9
file content (18 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH UCHARDET "1" "July 2011" "uchardet " "User Commands"
.SH NAME
uchardet \- Universal Charset Detector
.SH DESCRIPTION
uchardet CLI is an encoding detector utility, which takes one or several files in unknown character encoding without any additional information, and attempts to determine the encoding of the texts. Returned encoding names are iconv-compatible.
.SS "Usage:"
.HP
uchardet [\fBOptions\fR] [\fBFile\fR]...
.HP
\fB\-v\fR
Print version and build information.
.HP
\fB\-h\fR
Print help text.
.HP
.IP
.PP
uchardet Command Line Interface