man genbrk (Commandes) - genbrk - generate a RuleBasedBreakIterator data file

NAME

genbrk - generate a RuleBasedBreakIterator data file

SYNOPSIS

genbrk [ -h, -?, --help ] [ -V, --version ] [ -c, --copyright ] [ -v, --verbose ] [ -i, --icudatadir directory ] [ -d, --destdir destination ] bundle ...

DESCRIPTION

genbrk generates RuleBasedBreakIterator data files (.brk files). .brk files contain the precompiled rules for standard types of iterators - word, line, sentence, etc.

The input rule file is a plain text file containing break rules in the input format accepted by RuleBasedBreakIterators. The file can be encoded as utf-8, or utf-16 (either endian), or in the default code page (platform dependent.). utf encoded files must include a BOM.

OPTIONS

-h, -?, --help Print help about usage and exit.
-V, --version Print the version of genbrk and exit.
-v, --verbose Display extra informative messages during execution.
-d, --destdir destination Set the destination directory to destination. The default destination directory is specified by the environment variable ICU_DATA or is the location set when ICU was built if ICU_DATA is not set.
-i, --icudatadir directory Look for any necessary ICU data files in directory. For example, when processing collation overrides, the file ucadata.dat must be located. The default ICU data directory is specified by the environment variable ICU_DATA.