gencnval

NAME

gencnval - compile the converters aliases file

SYNOPSIS

gencnval [ R -h, -?, --help ] [ R -v, --verbose ] [ R -c, --copyright ] [ I -s, --sourcedir source ] [ I -d, --destdir destination ] [ converterfile ]

DESCRIPTION

gencnval converts the ICU aliases file converterfile into the binary file R cnvalias.icu . This binary file can then be read directly by ICU, or used by pkgdata(1) for incorporation into a larger archive or library.
If converterfile is not provided, the default ICU convrtrs.txt file is used.

OPTIONS

R -h, -?, --help
Print help about usage and exit.
R -v, --verbose
Display verbose output. This information can include information about conflicting aliases and the converters the aliases resolve to.
R -c, --copyright
Include a copyright notice in 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

icu/source/data/mappings/convrtrs.txt
Description of ICU's converters and their aliases. This data file is not normally installed, and it is available as a part of ICU source code.

VERSION

3.6

COPYRIGHT

Copyright (C) 2000-2004 IBM, Inc. and others.

SEE ALSO