ICU-1220 added a manual page for uconv.

X-SVN-Rev: 6740
This commit is contained in:
Yves Arrouye 2001-11-10 06:14:46 +00:00
parent 52affd22d1
commit 22e2e9c1ba

View file

@ -0,0 +1,64 @@
.\" Hey, Emacs! This is -*-nroff-*- you know...
.\"
.\" uconv.1: manual page for the uconv utility.
.\"
.\" Copyright (C) 2000-2001 IBM, Inc. and others.
.\"
.\" Manual page by Yves Arrouye <yves@realnames.com>.
.\"
.TH UCONV 1 "9 November 2001" "ICU MANPAGE" "ICU @VERSION@ Manual"
.SH NAME
.B uconv
\- convert data from one encoding to another
.SH SYNOPSIS
.B uconv
[
.BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
]
[
.BI "\-l\fP, \fB\-\-list"
]
[
.BI "\-L\fP, \fB\-\-list-transliterators"
]
[
.BI "\-x" " trasnsliterator
]
.BI "\-f\fP, \fB\-\-from\-code" " encoding"
.BI "\-t\fP, \fB\-\-to\-code" " encoding"
[
.I file
]
.SH DESCRIPTION
.B uconv
converts its input from one given
.I encoding
to another. It can also run the transcoding to a specified
.IR transliterator .
.SH OPTIONS
.TP
.BR \-h\fP, \fB\-?\fP, \fB\-\-help
Print help about usage and exit.
.TP
.BI "\-l\fP, \fB\-\-list"
List all the available encodings and exit.
.TP
.BI "\-L\fP, \fB\-\-list-transliterators"
List all the available transliterators and exit.
.TP
.BI "\-x" " transliterator"
Run the transcoding through the given
.IR transliterator .
.TP
.BI "\-f\fP, \fB\-\-from-code" " encoding"
Set the original encoding of the data to
.IR encoding .
.TP
.BI "\-t\fP, \fB\-\-to-code" " encoding"
Transcode the data to
.IR encoding .
.SH VERSION
@VERSION@
.SH COPYRIGHT
Copyright (C) 2001 IBM, Inc. and others.