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