1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" gencmn.8: manual page for the gencmn utility
5 .\" Copyright (C) 2000-2001 IBM, Inc. and others.
7 .\" Manual page by Yves Arrouye <yves@realnames.com>.
9 .TH GENCMN 8 "5 November 2001" "ICU MANPAGE" "ICU @VERSION@ Manual"
12 \- generate an ICU memory-mappable data file
16 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
19 .BR "\-v\fP, \fB\-\-verbose"
22 .BR "\-c\fP, \fB\-\-copyright"
24 .BI "\-C\fP, \fB\-\-comment" " comment"
27 .BI "\-d\fP, \fB\-\-destdir" " destination"
30 .BI "\-n\fP, \fB\-\-name" " name"
33 .BI "\-t\fP, \fB\-\-type" " fileext"
36 .BI "\-S\fP, \fB\-\-source"
39 .BI "\-e\fP, \fB\-\-entrypoint" " name"
47 takes a set of files and packages them as an ICU memory-mappable data
48 file. The resulting data file can then be used directly by ICU.
51 reads a list of files to be packaged from either the
54 file, or from its standard output. It packages all the files from
55 the list that are not bigger than
59 is 0, which indicates that there is no size limit on files.
62 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
63 Print help about usage and exit.
65 .BR "\-v\fP, \fB\-\-verbose"
66 Display extra informative messages during execution.
68 .BR \-c\fP, \fB\-\-copyright
69 Include the ICU copyright notice in the resulting data.
71 .BI "\-C\fP, \fB\-\-comment" " comment"
74 in the resulting data instead of the ICU copyright notice.
76 .BI "\-d\fP, \fB\-\-destdir" " destination"
77 Set the destination directory to
79 The default destination directory is specified by the environment variable
82 .BI "\-n\fP, \fB\-\-name" " name"
85 instead of the default. This name is also used as the base name of the
86 output. The default name is made of the
88 prefix, followed by a two-digit version number corresponding to
89 the current version of the ICU release, and a single letter indicating
90 the endianness of the data (the letter
92 indicated big endian data, and the letter
94 indicates little endian ones).
96 .BI "\-t\fP, \fB\-\-type" " type"
99 as the type of the data. This type is also used as the extension of
100 the generated data file. The default type ie
103 .BI "\-S\fP, \fB\-\-source"
104 Write a C source file with the table of contents of the data.
106 .BI "\-e\fP, \fB\-\-entrypoint" " name"
107 Set the data entry point (used for linking against the data in a
108 shared library form) to
110 The default entry point name is made of the data (set by the
111 .BI "\-n\fP, \fB\-\-name"
112 option) followed by an underscore and the type of the data (set by the
113 .BI "\-t\fP, \fB\-\-type"
118 Specifies the directory containing ICU data. Defaults to
119 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
120 Some tools in ICU depend on the presence of the trailing slash. It is thus
121 important to make sure that it is present if
127 Copyright (C) 2000-2001 IBM, Inc. and others.