logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

genbrk - Compiles ICU break iteration rules source files into binary data files

Authors

       George Rhoten
       Andy Heninger

Caveats

       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.

Description

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.

Environment

ICU_DATA  Specifies the directory containing ICU data. Defaults to ${prefix}/share/icu/76.1/.  Some tools
                 in  ICU depend on the presence of the trailing slash. It is thus important to make sure that it
                 is present if ICU_DATA is set.

Name

genbrk - Compiles ICU break iteration rules source files into binary data files

Options

-h, -?, --help
              Print help about usage and exit.

       -V, --version
              Print the version of genbrk and exit.

       -c, --copyright
              Embeds the standard ICU copyright into the output-file.

       -v, --verbose
              Display extra informative messages during execution.

       -d, --destdirdestination
              Set the destination directory of the output-file to destination.

       -i, --icudatadirdirectory
              Look  for  any  necessary  ICU  data files in directory.  For example, the file pnames.icu must be
              located when ICU's data is not built as a shared library.   The  default  ICU  data  directory  is
              specified  by  the  environment variable ICU_DATA.  Most configurations of ICU do not require this
              argument.

       -r, --rulesrule-file
              The source file to read.

       -o, --outoutput-file
              The output data file to write.

See Also

http://www.icu-project.org/userguide/boundaryAnalysis.html

ICU MANPAGE                                      2 December 2005                                       GENBRK(1)

Synopsis

genbrk  [  -h,  -?,  --help  ]  [  -V,  --version ] [ -c, --copyright ] [ -v, --verbose ] [ -d, --destdirdestination ] [ -i, --icudatadirdirectory ] -r, --rulesrule-file-o, --outoutput-file

Version

       1.0

See Also