intl/icu/source/tools/gencnval/gencnval.1.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/tools/gencnval/gencnval.1.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,91 @@
     1.4 +.\" Hey, Emacs! This is -*-nroff-*- you know...
     1.5 +.\"
     1.6 +.\" gencnval.1: manual page for the gencnval utility
     1.7 +.\"
     1.8 +.\" Copyright (C) 2000-2004 IBM, Inc. and others.
     1.9 +.\"
    1.10 +.\" Manual page by Yves Arrouye <yves@realnames.com>.
    1.11 +.\" Manual page by George Rhoten
    1.12 +.\"
    1.13 +.TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU @VERSION@ Manual"
    1.14 +.SH NAME
    1.15 +.B gencnval
    1.16 +\- compile the converters aliases file
    1.17 +.SH SYNOPSIS
    1.18 +.B gencnval
    1.19 +[
    1.20 +.BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
    1.21 +]
    1.22 +[
    1.23 +.BR "\-v\fP, \fB\-\-verbose"
    1.24 +]
    1.25 +[
    1.26 +.BR "\-c\fP, \fB\-\-copyright"
    1.27 +]
    1.28 +[
    1.29 +.BI "\-s\fP, \fB\-\-sourcedir" " source"
    1.30 +]
    1.31 +[
    1.32 +.BI "\-d\fP, \fB\-\-destdir" " destination"
    1.33 +]
    1.34 +[
    1.35 +.I converterfile
    1.36 +]
    1.37 +.SH DESCRIPTION
    1.38 +.B gencnval
    1.39 +converts the ICU aliases file
    1.40 +.I converterfile
    1.41 +into the binary file
    1.42 +.BR cnvalias.icu .
    1.43 +This binary file can then be read directly by ICU, or used by
    1.44 +.BR pkgdata (1)
    1.45 +for incorporation into a larger archive or library.
    1.46 +.PP
    1.47 +If
    1.48 +.I converterfile
    1.49 +is not provided, the default ICU
    1.50 +.B convrtrs.txt
    1.51 +file is used.
    1.52 +.SH OPTIONS
    1.53 +.TP
    1.54 +.BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
    1.55 +Print help about usage and exit.
    1.56 +.TP
    1.57 +.BR "\-v\fP, \fB\-\-verbose"
    1.58 +Display verbose output. This information can include information about
    1.59 +conflicting aliases and the converters the aliases resolve to.
    1.60 +.TP
    1.61 +.BR "\-c\fP, \fB\-\-copyright"
    1.62 +Include a copyright notice in the binary data.
    1.63 +.TP
    1.64 +.BI "\-s\fP, \fB\-\-sourcedir" " source"
    1.65 +Set the source directory to
    1.66 +.IR source .
    1.67 +The default source directory is specified by the environment variable
    1.68 +.BR ICU_DATA .
    1.69 +.TP
    1.70 +.BI "\-d\fP, \fB\-\-destdir" " destination"
    1.71 +Set the destination directory to
    1.72 +.IR destination .
    1.73 +The default destination directory is specified by the environment variable
    1.74 +.BR ICU_DATA .
    1.75 +.SH ENVIRONMENT
    1.76 +.TP 10
    1.77 +.B ICU_DATA
    1.78 +Specifies the directory containing ICU data. Defaults to
    1.79 +.BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
    1.80 +Some tools in ICU depend on the presence of the trailing slash. It is thus
    1.81 +important to make sure that it is present if
    1.82 +.B ICU_DATA
    1.83 +is set.
    1.84 +.SH FILES
    1.85 +.TP \w'\fB@PACKAGE@/source/data/mappings/convrtrs.txt'u+3n
    1.86 +.B @PACKAGE@/source/data/mappings/convrtrs.txt
    1.87 +Description of ICU's converters and their aliases. This data file is not
    1.88 +normally installed, and it is available as a part of ICU source code.
    1.89 +.SH VERSION
    1.90 +@VERSION@
    1.91 +.SH COPYRIGHT
    1.92 +Copyright (C) 2000-2004 IBM, Inc. and others.
    1.93 +.SH SEE ALSO
    1.94 +.BR pkgdata (1)

mercurial