]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genuca/genuca.8.in
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / tools / genuca / genuca.8.in
1 .\" Hey, Emacs! This is -*-nroff-*- you know...
2 .\"
3 .\" genuca.8: manual page for the genuca utility
4 .\"
5 .\" Copyright (C) 2000-2001 IBM, Inc. and others.
6 .\"
7 .TH GENUCA 8 "22 February 2001" "ICU MANPAGE" "ICU @VERSION@ Manual"
8 .SH NAME
9 .B genuca
10 \- create the UCA data table
11 .SH SYNOPSIS
12 .B genuca
13 [
14 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
15 ]
16 [
17 .BR "\-V\fP, \fB\-\-version"
18 ]
19 [
20 .BR "\-v\fP, \fB\-\-verbose"
21 ]
22 [
23 .BI "\-c\fP, \fB\-\-copyright"
24 ]
25 [
26 .BI "\-s\fP, \fB\-\-sourcedir" " source"
27 ]
28 [
29 .BI "\-d\fP, \fB\-\-destdir" " destination"
30 ]
31 [
32 .IR file
33 ]
34 .SH DESCRIPTION
35 .B genuca
36 compiles the Unicode Collation Algorithm (UCA) data from
37 .I file
38 (or from
39 .B FractionalUCA.txt
40 if
41 .I file
42 is omitted) into its binary form, the files
43 .B ucadata.dat
44 and
45 .BR invuca.dat .
46 These binary files can then be read directly by ICU, or used by
47 .BR pkgdata (8)
48 for incorporation into a larger archive or library.
49 .SH OPTIONS
50 .TP
51 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
52 Print help about usage and exit.
53 .TP
54 .BR "\-V\fP, \fB\-\-version"
55 Print the version of
56 .B genuca
57 and exit.
58 .TP
59 .BR "\-v\fP, \fB\-\-verbose"
60 Display extra informative messages during execution.
61 .TP
62 .BI "\-c\fP, \fB\-\-copyright"
63 Include a copyright notice into the binary data.
64 .TP
65 .BI "\-s\fP, \fB\-\-sourcedir" " source"
66 Set the source directory to
67 .IR source .
68 The default source directory is specified by the environment variable
69 .BR ICU_DATA .
70 .TP
71 .BI "\-d\fP, \fB\-\-destdir" " destination"
72 Set the destination directory to
73 .IR destination .
74 The default destination directory is specified by the environment variable
75 .BR ICU_DATA .
76 .SH ENVIRONMENT
77 .TP 10
78 .B ICU_DATA
79 Specifies the directory containing ICU data. Defaults to
80 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
81 Some tools in ICU depend on the presence of the trailing slash. It is thus
82 important to make sure that it is present if
83 .B ICU_DATA
84 is set.
85 .SH FILES
86 .TP 15
87 .B FractionalUCA.txt
88 Machine-readable file containing data for the Unicode collation algorithm.
89 .SH VERSION
90 @VERSION@
91 .SH COPYRIGHT
92 Copyright (C) 2001 IBM, Inc. and others.
93 .SH SEE ALSO
94 .BR pkgdata (8)