1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" gennorm.8: manual page for the gennorm utility
5 .\" Copyright (C) 2000-2001 IBM, Inc. and others.
7 .TH GENNORM 8 "16 January 2001" "ICU MANPAGE" "ICU @VERSION@ Manual"
10 \- compile normalization data from the Unicode Character Database
14 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
17 .BR "\-v\fP, \fB\-\-verbose"
20 .BI "\-u\fP, \fB\-\-unicode" " version"
23 .BI "\-c\fP, \fB\-\-copyright"
26 .BI "\-s\fP, \fB\-\-sourcedir" " source"
29 .BI "\-d\fP, \fB\-\-destdir" " destination"
36 reads some of the Unicode Character Database files and compiles their
37 normalization information into a binary form.
40 can then be read directly by ICU, or used by
42 for incorporation into a larger archive or library.
50 is passed on the command line, the names of these files will actually
51 be changed to include a dash followed by
53 in their basename. For example, the file
55 would be looked for under the name
56 .BR UnicodeData\-\fIsuffix\fP.txt .
59 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
60 Print help about usage and exit.
62 .BR "\-v\fP, \fB\-\-verbose"
63 Display extra informative messages during execution.
65 .BI "\-u\fP, \fB\-\-unicode" " version"
68 of Unicode the Unicode Character Database refers to.
72 .BI "\-c\fP, \fB\-\-copyright"
73 Include a copyright notice into the binary data.
75 .BI "\-s\fP, \fB\-\-sourcedir" " source"
76 Set the source directory to
78 The default source directory is specified by the environment variable
81 .BI "\-d\fP, \fB\-\-destdir" " destination"
82 Set the destination directory to
84 The default destination directory is specified by the environment variable
89 Specifies the directory containing ICU data. Defaults to
90 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
91 Some tools in ICU depend on the presence of the trailing slash. It is thus
92 important to make sure that it is present if
96 The following files are read by
98 and are looked for in the
103 The main file in the Unicode Character Database. Contains character
104 properties, combining classes information, decompositions, names,
107 .B DerivedNormalizationProperties.txt
108 Derived properties useful in dealing with normalization forms.
112 Copyright (C) 2000-2002 IBM, Inc. and others.