![]() |
![]()
| ![]() |
![]()
NAMEgenbrk - Compiles ICU break iteration rules source files into binary data files SYNOPSISgenbrk [ -h, -?, --help ] [ -V, --version ] [ -c, --copyright ] [ -v, --verbose ] [ -d, --destdir destination ] [ -i, --icudatadir directory ] -r, --rules rule-file -o, --out output-file DESCRIPTIONgenbrk 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. OPTIONS
CAVEATSWhen 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. ENVIRONMENT
AUTHORSGeorge Rhoten
VERSION1.0 COPYRIGHTCopyright (C) 2005 International Business Machines Corporation and others SEE ALSOhttp://www.icu-project.org/userguide/boundaryAnalysis.html
|