michael@0: .\" Hey, Emacs! This is -*-nroff-*- you know... michael@0: .\" michael@0: .\" gencnval.1: manual page for the gencnval utility michael@0: .\" michael@0: .\" Copyright (C) 2000-2004 IBM, Inc. and others. michael@0: .\" michael@0: .\" Manual page by Yves Arrouye . michael@0: .\" Manual page by George Rhoten michael@0: .\" michael@0: .TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU @VERSION@ Manual" michael@0: .SH NAME michael@0: .B gencnval michael@0: \- compile the converters aliases file michael@0: .SH SYNOPSIS michael@0: .B gencnval michael@0: [ michael@0: .BR "\-h\fP, \fB\-?\fP, \fB\-\-help" michael@0: ] michael@0: [ michael@0: .BR "\-v\fP, \fB\-\-verbose" michael@0: ] michael@0: [ michael@0: .BR "\-c\fP, \fB\-\-copyright" michael@0: ] michael@0: [ michael@0: .BI "\-s\fP, \fB\-\-sourcedir" " source" michael@0: ] michael@0: [ michael@0: .BI "\-d\fP, \fB\-\-destdir" " destination" michael@0: ] michael@0: [ michael@0: .I converterfile michael@0: ] michael@0: .SH DESCRIPTION michael@0: .B gencnval michael@0: converts the ICU aliases file michael@0: .I converterfile michael@0: into the binary file michael@0: .BR cnvalias.icu . michael@0: This binary file can then be read directly by ICU, or used by michael@0: .BR pkgdata (1) michael@0: for incorporation into a larger archive or library. michael@0: .PP michael@0: If michael@0: .I converterfile michael@0: is not provided, the default ICU michael@0: .B convrtrs.txt michael@0: file is used. michael@0: .SH OPTIONS michael@0: .TP michael@0: .BR "\-h\fP, \fB\-?\fP, \fB\-\-help" michael@0: Print help about usage and exit. michael@0: .TP michael@0: .BR "\-v\fP, \fB\-\-verbose" michael@0: Display verbose output. This information can include information about michael@0: conflicting aliases and the converters the aliases resolve to. michael@0: .TP michael@0: .BR "\-c\fP, \fB\-\-copyright" michael@0: Include a copyright notice in the binary data. michael@0: .TP michael@0: .BI "\-s\fP, \fB\-\-sourcedir" " source" michael@0: Set the source directory to michael@0: .IR source . michael@0: The default source directory is specified by the environment variable michael@0: .BR ICU_DATA . michael@0: .TP michael@0: .BI "\-d\fP, \fB\-\-destdir" " destination" michael@0: Set the destination directory to michael@0: .IR destination . michael@0: The default destination directory is specified by the environment variable michael@0: .BR ICU_DATA . michael@0: .SH ENVIRONMENT michael@0: .TP 10 michael@0: .B ICU_DATA michael@0: Specifies the directory containing ICU data. Defaults to michael@0: .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ . michael@0: Some tools in ICU depend on the presence of the trailing slash. It is thus michael@0: important to make sure that it is present if michael@0: .B ICU_DATA michael@0: is set. michael@0: .SH FILES michael@0: .TP \w'\fB@PACKAGE@/source/data/mappings/convrtrs.txt'u+3n michael@0: .B @PACKAGE@/source/data/mappings/convrtrs.txt michael@0: Description of ICU's converters and their aliases. This data file is not michael@0: normally installed, and it is available as a part of ICU source code. michael@0: .SH VERSION michael@0: @VERSION@ michael@0: .SH COPYRIGHT michael@0: Copyright (C) 2000-2004 IBM, Inc. and others. michael@0: .SH SEE ALSO michael@0: .BR pkgdata (1)