2001-11-14 01:33:57 +00:00
|
|
|
.\" Hey, Emacs! This is -*-nroff-*- you know...
|
|
|
|
.\"
|
|
|
|
.\" gennames.8: manual page for the gennames utility
|
|
|
|
.\"
|
|
|
|
.\" Copyright (C) 2000 IBM, Inc. and others.
|
|
|
|
.\"
|
2001-11-19 19:43:55 +00:00
|
|
|
.TH GENNAMES 8 "13 November 2001" "ICU MANPAGE" "ICU @VERSION@ Manual"
|
2001-11-14 01:33:57 +00:00
|
|
|
.SH NAME
|
|
|
|
.B gennames
|
|
|
|
\- compile Unicode code points names into a data file
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B gennames
|
|
|
|
[
|
|
|
|
.BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
|
|
|
|
]
|
|
|
|
[
|
|
|
|
.BR "\-v\fP, \fB\-\-verbose"
|
|
|
|
]
|
|
|
|
[
|
|
|
|
.BR "\-q\fP, \fB\-\-quiet"
|
|
|
|
]
|
|
|
|
[
|
|
|
|
.BI "\-d\fP, \fB\-\-destdir" " destination"
|
|
|
|
]
|
|
|
|
[
|
|
|
|
.BI "\-u\fP, \fB\-\-unicode" " version"
|
|
|
|
]
|
|
|
|
[
|
|
|
|
.BI "\-1\fP, \fB\-\-unicode1-names"
|
|
|
|
]
|
|
|
|
[
|
|
|
|
.IR filename
|
|
|
|
]
|
|
|
|
.SH DESCRIPTION
|
2001-11-19 19:43:55 +00:00
|
|
|
.B gennames
|
2001-11-14 01:33:57 +00:00
|
|
|
reads the Unicode character database from
|
|
|
|
.I filename
|
|
|
|
and produce the file
|
|
|
|
.I unames.dat
|
|
|
|
in its destination directory.
|
|
|
|
Optionally, Unicode 1.0 names can be chosen over Unicode 2.0 names for
|
|
|
|
those code points whose names were changed for Unicode 2.0.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2002-01-18 19:45:44 +00:00
|
|
|
.BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
|
2001-11-14 01:33:57 +00:00
|
|
|
Print help about usage and exit.
|
|
|
|
.TP
|
2002-01-18 19:45:44 +00:00
|
|
|
.BR "\-v\fP, \fB\-\-verbose"
|
2001-11-14 01:33:57 +00:00
|
|
|
Display extra informative messages during execution.
|
|
|
|
.TP
|
2002-01-18 19:45:44 +00:00
|
|
|
.BR "\-q\fP, \fB\-\-quiet"
|
2001-11-14 01:33:57 +00:00
|
|
|
Do not display any message during execution.
|
|
|
|
.TP
|
|
|
|
.BI "\-d\fP, \fB\-\-destdir" " destination"
|
|
|
|
Set the destination directory to
|
|
|
|
.IR destination .
|
|
|
|
The default destination directory is specified by the environment variable
|
|
|
|
.BR ICU_DATA
|
|
|
|
or is the location set when ICU was built if
|
|
|
|
.B ICU_DATA
|
|
|
|
is not set.
|
|
|
|
.TP
|
|
|
|
.BI "\-u\fP, \fB\-\-unicode" " version"
|
|
|
|
Mark the character names as belong to the specified
|
|
|
|
.I version
|
|
|
|
of Unicode. The default version is 3.1.1.
|
|
|
|
.TP
|
|
|
|
.BI "\-1\fP, \fB\-\-unicode1-names"
|
2002-02-24 23:04:11 +00:00
|
|
|
Store Unicode 1.0 names in addition of Unicode 2.0 names for
|
2001-11-14 01:33:57 +00:00
|
|
|
those code points whose names were changed for Unicode 2.0.
|
|
|
|
.SH ENVIRONMENT
|
|
|
|
.TP 10
|
|
|
|
.B ICU_DATA
|
|
|
|
Specifies the directory containing ICU data. Defaults to
|
2002-01-31 04:24:36 +00:00
|
|
|
.BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
|
2001-11-14 01:33:57 +00:00
|
|
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
|
|
|
important to make sure that it is present if
|
|
|
|
.B ICU_DATA
|
|
|
|
is set.
|
|
|
|
.SH VERSION
|
|
|
|
@VERSION@
|
|
|
|
.SH COPYRIGHT
|
|
|
|
Copyright (C) 2000-2001 IBM, Inc. and others.
|
|
|
|
.SH SEE ALSO
|
|
|
|
.BR genprops (8)
|