1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" genbrk.1: manual page for the genbrk utility
5 .\" Copyright (C) 2016 and later: Unicode, Inc. and others.
6 .\" License & terms of use: http://www.unicode.org/copyright.html
7 .\" Copyright (C) 2005-2006 International Business Machines Corporation and others
9 .TH GENBRK 1 "2 December 2005" "ICU MANPAGE" "ICU @VERSION@ Manual"
12 \- Compiles ICU break iteration rules source files into binary data files
16 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
19 .BR "\-V\fP, \fB\-\-version"
22 .BR "\-c\fP, \fB\-\-copyright"
25 .BR "\-v\fP, \fB\-\-verbose"
28 .BI "\-d\fP, \fB\-\-destdir" " destination"
31 .BI "\-i\fP, \fB\-\-icudatadir" " directory"
33 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
34 .BI "\-o\fP, \fB\-\-out" " output\-file"
37 reads the break (boundary) rule source code from
39 and creates a break iteration data file. Normally this data file has the
43 The details of the rule syntax can be found in ICU's User Guide.
46 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
47 Print help about usage and exit.
49 .BR "\-V\fP, \fB\-\-version"
54 .BR "\-c\fP, \fB\-\-copyright"
55 Embeds the standard ICU copyright into the
58 .BR "\-v\fP, \fB\-\-verbose"
59 Display extra informative messages during execution.
61 .BI "\-d\fP, \fB\-\-destdir" " destination"
62 Set the destination directory of the
67 .BI "\-i\fP, \fB\-\-icudatadir" " directory"
68 Look for any necessary ICU data files in
72 must be located when ICU's data is not built as a shared library.
73 The default ICU data directory is specified by the environment variable
75 Most configurations of ICU do not require this argument.
77 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
78 The source file to read.
80 .BI "\-o\fP, \fB\-\-out" " output\-file"
81 The output data file to write.
85 contains a byte order mark (BOM) at the beginning of the file, which is the Unicode character
89 is interpreted as Unicode. Without the BOM,
90 the file is interpreted in the current operating system default codepage.
91 In order to eliminate any ambiguity of the encoding for how the
93 was written, it is recommended that you write this file in UTF-8
98 Specifies the directory containing ICU data. Defaults to
99 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
100 Some tools in ICU depend on the presence of the trailing slash. It is thus
101 important to make sure that it is present if
111 Copyright (C) 2005 International Business Machines Corporation and others
113 .BR http://www.icu-project.org/userguide/boundaryAnalysis.html