1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" genbrk.1: manual page for the genbrk utility
5 .\" Copyright (C) 2005-2006 International Business Machines Corporation and others
7 .TH GENBRK 1 "2 December 2005" "ICU MANPAGE" "ICU @VERSION@ Manual"
10 \- Compiles ICU break iteration rules source files into binary data files
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 "\-r\fP, \fB\-\-rules" " rule\-file"
32 .BI "\-o\fP, \fB\-\-out" " output\-file"
35 reads the break (boundary) rule source code from
37 and creates a break iteration data file. Normally this data file has the
41 The details of the rule syntax can be found in ICU's User Guide.
44 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
45 Print help about usage and exit.
47 .BR "\-V\fP, \fB\-\-version"
52 .BR "\-c\fP, \fB\-\-copyright"
53 Embeds the standard ICU copyright into the
56 .BR "\-v\fP, \fB\-\-verbose"
57 Display extra informative messages during execution.
59 .BI "\-d\fP, \fB\-\-destdir" " destination"
60 Set the destination directory of the
65 .BI "\-i\fP, \fB\-\-icudatadir" " directory"
66 Look for any necessary ICU data files in
70 must be located when ICU's data is not built as a shared library.
71 The default ICU data directory is specified by the environment variable
73 Most configurations of ICU do not require this argument.
75 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
76 The source file to read.
78 .BI "\-o\fP, \fB\-\-out" " output\-file"
79 The output data file to write.
83 contains a byte order mark (BOM) at the beginning of the file, which is the Unicode character
87 is interpreted as Unicode. Without the BOM,
88 the file is interpreted in the current operating system default codepage.
89 In order to eliminate any ambiguity of the encoding for how the
91 was written, it is recommended that you write this file in UTF-8
96 Specifies the directory containing ICU data. Defaults to
97 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
98 Some tools in ICU depend on the presence of the trailing slash. It is thus
99 important to make sure that it is present if
109 Copyright (C) 2005 International Business Machines Corporation and others
111 .BR http://www.icu-project.org/userguide/boundaryAnalysis.html