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