from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
|
You are here: manpages
GENCNVAL
Section: ICU 58.2 Manual (1) Updated: 11 March 2004 Index
Return to Main Contents
NAME
gencnval
- compile the converters aliases file
SYNOPSIS
gencnval
[
-h, -?, --help
]
[
-v, --verbose
]
[
-c, --copyright
]
[
-s, --sourcedir source
]
[
-d, --destdir destination
]
[
converterfile
]
DESCRIPTION
gencnval
converts the ICU aliases file
converterfile
into the binary file
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
- -h, -?, --help
-
Print help about usage and exit.
- -v, --verbose
-
Display verbose output. This information can include information about
conflicting aliases and the converters the aliases resolve to.
- -c, --copyright
-
Include a copyright notice in the binary data.
- -s, --sourcedir source
-
Set the source directory to
source.
The default source directory is specified by the environment variable
ICU_DATA.
- -d, --destdir destination
-
Set the destination directory to
destination.
The default destination directory is specified by the environment variable
ICU_DATA.
ENVIRONMENT
- ICU_DATA
-
Specifies the directory containing ICU data. Defaults to
/usr/share/icu/58.2/.
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
58.2
COPYRIGHT
Copyright (C) 2000-2004 IBM, Inc. and others.
SEE ALSO
pkgdata(1)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- ENVIRONMENT
-
- FILES
-
- VERSION
-
- COPYRIGHT
-
- SEE ALSO
-
|