GENBRK(1) | ICU 63.1 Manual | GENBRK(1) |
genbrk - Compiles ICU break iteration rules source files into binary data files
genbrk [ -h, -?, --help ] [ -V, --version ] [ -c, --copyright ] [ -v, --verbose ] [ -d, --destdir destination ] [ -i, --icudatadir directory ] -r, --rules rule-file -o, --out output-file
genbrk reads the break (boundary) rule source code from rule-file and creates a break iteration data file. Normally this data file has the .brk extension.
The details of the rule syntax can be found in ICU's User Guide.
When the rule-file contains a byte order mark (BOM) at the beginning of the file, which is the Unicode character U+FEFF, then the rule-file is interpreted as Unicode. Without the BOM, the file is interpreted in the current operating system default codepage. In order to eliminate any ambiguity of the encoding for how the rule-file was written, it is recommended that you write this file in UTF-8 with the BOM.
George Rhoten
Andy Heninger
1.0
Copyright (C) 2005 International Business Machines Corporation and others
http://www.icu-project.org/userguide/boundaryAnalysis.html
2 December 2005 | ICU MANPAGE |