intl/icu/source/tools/gensprep/gensprep.8.in

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 .\" Hey, Emacs! This is -*-nroff-*- you know...
michael@0 2 .\"
michael@0 3 .\" gensprep.8: manual page for the gensprep utility
michael@0 4 .\"
michael@0 5 .\" Copyright (C) 2003 IBM, Inc. and others.
michael@0 6 .\"
michael@0 7 .TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU @VERSION@ Manual"
michael@0 8 .SH NAME
michael@0 9 .B gensprep
michael@0 10 \- compile StringPrep data from files filtered by filterRFC3454.pl
michael@0 11 .SH SYNOPSIS
michael@0 12 .B gensprep
michael@0 13 [
michael@0 14 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
michael@0 15 ]
michael@0 16 [
michael@0 17 .BR "\-v\fP, \fB\-\-verbose"
michael@0 18 ]
michael@0 19 [
michael@0 20 .BI "\-c\fP, \fB\-\-copyright"
michael@0 21 ]
michael@0 22 [
michael@0 23 .BI "\-s\fP, \fB\-\-sourcedir" " source"
michael@0 24 ]
michael@0 25 [
michael@0 26 .BI "\-d\fP, \fB\-\-destdir" " destination"
michael@0 27 ]
michael@0 28 .SH DESCRIPTION
michael@0 29 .B gensprep
michael@0 30 reads filtered RFC 3454 files and compiles their
michael@0 31 information into a binary form.
michael@0 32 The resulting file,
michael@0 33 .BR <name>.icu ,
michael@0 34 can then be read directly by ICU, or used by
michael@0 35 .BR pkgdata (8)
michael@0 36 for incorporation into a larger archive or library.
michael@0 37 .LP
michael@0 38 The files read by
michael@0 39 .B gensprep
michael@0 40 are described in the
michael@0 41 .B FILES
michael@0 42 section.
michael@0 43 .SH OPTIONS
michael@0 44 .TP
michael@0 45 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
michael@0 46 Print help about usage and exit.
michael@0 47 .TP
michael@0 48 .BR "\-v\fP, \fB\-\-verbose"
michael@0 49 Display extra informative messages during execution.
michael@0 50 .TP
michael@0 51 .BI "\-c\fP, \fB\-\-copyright"
michael@0 52 Include a copyright notice into the binary data.
michael@0 53 .TP
michael@0 54 .BI "\-s\fP, \fB\-\-sourcedir" " source"
michael@0 55 Set the source directory to
michael@0 56 .IR source .
michael@0 57 The default source directory is specified by the environment variable
michael@0 58 .BR ICU_DATA .
michael@0 59 .TP
michael@0 60 .BI "\-d\fP, \fB\-\-destdir" " destination"
michael@0 61 Set the destination directory to
michael@0 62 .IR destination .
michael@0 63 The default destination directory is specified by the environment variable
michael@0 64 .BR ICU_DATA .
michael@0 65 .SH ENVIRONMENT
michael@0 66 .TP 10
michael@0 67 .B ICU_DATA
michael@0 68 Specifies the directory containing ICU data. Defaults to
michael@0 69 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
michael@0 70 Some tools in ICU depend on the presence of the trailing slash. It is thus
michael@0 71 important to make sure that it is present if
michael@0 72 .B ICU_DATA
michael@0 73 is set.
michael@0 74 .SH FILES
michael@0 75 The following files are read by
michael@0 76 .B gensprep
michael@0 77 and are looked for in the
michael@0 78 .I source
michael@0 79 /misc for rfc3454_*.txt files and in
michael@0 80 .I source
michael@0 81 /unidata for NormalizationCorrections.txt.
michael@0 82 .TP 20
michael@0 83 .B rfc3453_A_1.txt
michael@0 84 Contains the list of unassigned codepoints in Unicode version 3.2.0.\|.\|..
michael@0 85 .TP
michael@0 86 .B rfc3454_B_1.txt
michael@0 87 Contains the list of code points that are commonly mapped to nothing.\|.\|..
michael@0 88 .TP
michael@0 89 .B rfc3454_B_2.txt
michael@0 90 Contains the list of mappings for casefolding of code points when Normalization form NFKC is specified.\|.\|..
michael@0 91 .TP
michael@0 92 .B rfc3454_C_X.txt
michael@0 93 Contains the list of code points that are prohibited for IDNA.
michael@0 94 .TP
michael@0 95 .B NormalizationCorrections.txt
michael@0 96 Contains the list of code points whose normalization has changed since Unicode Version 3.2.0.
michael@0 97 .SH VERSION
michael@0 98 @VERSION@
michael@0 99 .SH COPYRIGHT
michael@0 100 Copyright (C) 2000-2002 IBM, Inc. and others.
michael@0 101 .SH SEE ALSO
michael@0 102 .BR pkgdata (8)

mercurial