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

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 .\" Hey, Emacs! This is -*-nroff-*- you know...
michael@0 2 .\"
michael@0 3 .\" gencnval.1: manual page for the gencnval utility
michael@0 4 .\"
michael@0 5 .\" Copyright (C) 2000-2004 IBM, Inc. and others.
michael@0 6 .\"
michael@0 7 .\" Manual page by Yves Arrouye <yves@realnames.com>.
michael@0 8 .\" Manual page by George Rhoten
michael@0 9 .\"
michael@0 10 .TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU @VERSION@ Manual"
michael@0 11 .SH NAME
michael@0 12 .B gencnval
michael@0 13 \- compile the converters aliases file
michael@0 14 .SH SYNOPSIS
michael@0 15 .B gencnval
michael@0 16 [
michael@0 17 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
michael@0 18 ]
michael@0 19 [
michael@0 20 .BR "\-v\fP, \fB\-\-verbose"
michael@0 21 ]
michael@0 22 [
michael@0 23 .BR "\-c\fP, \fB\-\-copyright"
michael@0 24 ]
michael@0 25 [
michael@0 26 .BI "\-s\fP, \fB\-\-sourcedir" " source"
michael@0 27 ]
michael@0 28 [
michael@0 29 .BI "\-d\fP, \fB\-\-destdir" " destination"
michael@0 30 ]
michael@0 31 [
michael@0 32 .I converterfile
michael@0 33 ]
michael@0 34 .SH DESCRIPTION
michael@0 35 .B gencnval
michael@0 36 converts the ICU aliases file
michael@0 37 .I converterfile
michael@0 38 into the binary file
michael@0 39 .BR cnvalias.icu .
michael@0 40 This binary file can then be read directly by ICU, or used by
michael@0 41 .BR pkgdata (1)
michael@0 42 for incorporation into a larger archive or library.
michael@0 43 .PP
michael@0 44 If
michael@0 45 .I converterfile
michael@0 46 is not provided, the default ICU
michael@0 47 .B convrtrs.txt
michael@0 48 file is used.
michael@0 49 .SH OPTIONS
michael@0 50 .TP
michael@0 51 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
michael@0 52 Print help about usage and exit.
michael@0 53 .TP
michael@0 54 .BR "\-v\fP, \fB\-\-verbose"
michael@0 55 Display verbose output. This information can include information about
michael@0 56 conflicting aliases and the converters the aliases resolve to.
michael@0 57 .TP
michael@0 58 .BR "\-c\fP, \fB\-\-copyright"
michael@0 59 Include a copyright notice in the binary data.
michael@0 60 .TP
michael@0 61 .BI "\-s\fP, \fB\-\-sourcedir" " source"
michael@0 62 Set the source directory to
michael@0 63 .IR source .
michael@0 64 The default source directory is specified by the environment variable
michael@0 65 .BR ICU_DATA .
michael@0 66 .TP
michael@0 67 .BI "\-d\fP, \fB\-\-destdir" " destination"
michael@0 68 Set the destination directory to
michael@0 69 .IR destination .
michael@0 70 The default destination directory is specified by the environment variable
michael@0 71 .BR ICU_DATA .
michael@0 72 .SH ENVIRONMENT
michael@0 73 .TP 10
michael@0 74 .B ICU_DATA
michael@0 75 Specifies the directory containing ICU data. Defaults to
michael@0 76 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
michael@0 77 Some tools in ICU depend on the presence of the trailing slash. It is thus
michael@0 78 important to make sure that it is present if
michael@0 79 .B ICU_DATA
michael@0 80 is set.
michael@0 81 .SH FILES
michael@0 82 .TP \w'\fB@PACKAGE@/source/data/mappings/convrtrs.txt'u+3n
michael@0 83 .B @PACKAGE@/source/data/mappings/convrtrs.txt
michael@0 84 Description of ICU's converters and their aliases. This data file is not
michael@0 85 normally installed, and it is available as a part of ICU source code.
michael@0 86 .SH VERSION
michael@0 87 @VERSION@
michael@0 88 .SH COPYRIGHT
michael@0 89 Copyright (C) 2000-2004 IBM, Inc. and others.
michael@0 90 .SH SEE ALSO
michael@0 91 .BR pkgdata (1)

mercurial