1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" genctd.1: manual page for the genctd utility
5 .\" Copyright (C) 2006 IBM, Inc. and others.
7 .TH GENCTD 1 "8 March 2006" "ICU MANPAGE" "ICU @VERSION@ Manual"
10 \- Compiles word list into ICU compact trie dictionary
14 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
17 .BR "\-V\fP, \fB\-\-version"
20 .BR "\-c\fP, \fB\-\-copyright"
23 .BR "\-v\fP, \fB\-\-verbose"
26 .BI "\-d\fP, \fB\-\-destdir" " destination"
29 .BI "\-i\fP, \fB\-\-icudatadir" " directory"
31 .BI "\-o\fP, \fB\-\-out" " output\-file"
32 .IR " dictionary\-file"
35 reads the word list from
37 and creates a compact trie dictionary file. Normally this data file has the
41 Words begin at the beginning of a line and are terminated by the first whitespace.
42 Lines that begin with whitespace are ignored.
45 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
46 Print help about usage and exit.
48 .BR "\-V\fP, \fB\-\-version"
53 .BR "\-c\fP, \fB\-\-copyright"
54 Embeds the standard ICU copyright into the
57 .BR "\-v\fP, \fB\-\-verbose"
58 Display extra informative messages during execution.
60 .BI "\-d\fP, \fB\-\-destdir" " destination"
61 Set the destination directory of the
66 .BI "\-i\fP, \fB\-\-icudatadir" " directory"
67 Look for any necessary ICU data files in
71 must be located when ICU's data is not built as a shared library.
72 The default ICU data directory is specified by the environment variable
74 Most configurations of ICU do not require this argument.
76 .BI " dictionary\-file"
77 The source file to read.
79 .BI "\-o\fP, \fB\-\-out" " output\-file"
80 The output data file to write.
84 contains a byte order mark (BOM) at the beginning of the file, which is the Unicode character
88 is interpreted as Unicode. Without the BOM,
89 the file is interpreted in the current operating system default codepage.
90 In order to eliminate any ambiguity of the encoding for how the
92 was written, it is recommended that you write this file in UTF-8
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
108 Copyright (C) 2006 IBM, Inc. and others.
110 .BR http://icu.sourceforge.net/userguide/boundaryAnalysis.html