1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" gennames.8: manual page for the gennames utility
5 .\" Copyright (C) 2000 IBM, Inc. and others.
7 .TH GENNAMES 8 "13 November 2001" "ICU MANPAGE" "ICU @VERSION@ Manual"
10 \- compile Unicode code points names into a data file
14 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
17 .BR "\-v\fP, \fB\-\-verbose"
20 .BR "\-q\fP, \fB\-\-quiet"
23 .BI "\-d\fP, \fB\-\-destdir" " destination"
26 .BI "\-u\fP, \fB\-\-unicode" " version"
29 .BI "\-1\fP, \fB\-\-unicode1-names"
36 reads the Unicode character database from
40 in its destination directory.
41 Optionally, Unicode 1.0 names can be chosen over Unicode 2.0 names for
42 those code points whose names were changed for Unicode 2.0.
45 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
46 Print help about usage and exit.
48 .BR "\-v\fP, \fB\-\-verbose"
49 Display extra informative messages during execution.
51 .BR "\-q\fP, \fB\-\-quiet"
52 Do not display any message during execution.
54 .BI "\-d\fP, \fB\-\-destdir" " destination"
55 Set the destination directory to
57 The default destination directory is specified by the environment variable
59 or the location set when ICU was built if
63 .BI "\-u\fP, \fB\-\-unicode" " version"
64 Mark the character names as belong to the specified
66 of Unicode. The default version is 3.1.1.
68 .BI "\-1\fP, \fB\-\-unicode1-names"
69 Store Unicode 1.0 names in addition of Unicode 2.0 names for
70 those code points whose names were changed for Unicode 2.0.
74 Specifies the directory containing ICU data. Defaults to
75 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
76 Some tools in ICU depend on the presence of the trailing slash. It is thus
77 important to make sure that it is present if
83 Copyright (C) 2000-2001 IBM, Inc. and others.