1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" gencase.8: manual page for the gencase utility
5 .\" Copyright (C) 2004 IBM, Inc. and others.
7 .TH GENCASE 8 "16 September 2004" "ICU MANPAGE" "ICU @VERSION@ Manual"
10 \- compile case mapping properties 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"
32 .BI "\-i\fP, \fB\-\-icudatadir" " path"
39 reads some of the Unicode Character Database files and compiles their
40 information information into a binary form.
43 can then be read directly by ICU, or used by
45 for incorporation into a larger archive or library.
53 is passed on the command line, the names of these files will actually
54 be changed to include a dash followed by
56 in their basename. For example, the file
58 would be looked for under the name
59 .BR UnicodeData\-\fIsuffix\fP.txt .
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 .BI "\-u\fP, \fB\-\-unicode" " version"
71 of Unicode the Unicode Character Database refers to.
75 .BI "\-c\fP, \fB\-\-copyright"
76 Include a copyright notice into the binary data.
78 .BI "\-s\fP, \fB\-\-sourcedir" " source"
79 Set the source directory to
81 The default source directory is the current working directory.
83 .BI "\-d\fP, \fB\-\-destdir" " destination"
84 Set the destination directory to
86 The default destination directory is specified by the environment variable
89 .BI "\-i\fP, \fB\-\-icudatadir" " path"
90 Set the directory for loading ICU data files to
92 The default ICU data directory is specified by the environment variable
97 Specifies the directory containing ICU data. Defaults to
98 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
99 Some tools in ICU depend on the presence of the trailing slash. It is thus
100 important to make sure that it is present if
104 The following files are read by
106 and are looked for in the
111 The main file in the Unicode Character Database. Contains character
112 properties, combining classes information, decompositions, names,
116 Listing of auxiliary binary character properties.
118 .B DerivedCoreProperties.txt
119 Derived binary properties, generated by Unicode from other files.
122 List of properties required for full case mapping.
125 Mapping from characters to their case-folded forms. (Note: this file
130 when generated by the Unicode Consortium.)
134 Copyright (C) 2004 IBM, Inc. and others.