NAME
genuca
- create the UCA data table
SYNOPSIS
genuca
[
R -h, -?, --help
]
[
R -V, --version
]
[
R -v, --verbose
]
[
I -c, --copyright
]
[
I -s, --sourcedir source
]
[
I -d, --destdir destination
]
[
R file
]
DESCRIPTION
genuca
compiles the Unicode Collation Algorithm (UCA) data from
file
(or from
FractionalUCA.txt
if
file
is omitted) into its binary form, the files
ucadata.dat
and
R invuca.dat .
These binary files can then be read directly by ICU, or used by
pkgdata(8)
for incorporation into a larger archive or library.
OPTIONS
R -h, -?, --help
Print help about usage and exit.
R -V, --version
Print the version of
genuca
and exit.
R -v, --verbose
Display extra informative messages during execution.
I -c, --copyright
Include a copyright notice into the binary data.
I -s, --sourcedir source
Set the source directory to
R source .
The default source directory is specified by the environment variable
R ICU_DATA .
I -d, --destdir destination
Set the destination directory to
R destination .
The default destination directory is specified by the environment variable
R ICU_DATA .
ENVIRONMENT
ICU_DATA
Specifies the directory containing ICU data. Defaults to
R /usr/share/icu/3.6/ .
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.
FILES
FractionalUCA.txt
Machine-readable file containing data for the Unicode collation algorithm.
VERSION
3.6
COPYRIGHT
Copyright (C) 2001 IBM, Inc. and others.
SEE ALSO