1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" gensprep.8: manual page for the gensprep utility
5 .\" Copyright (C) 2016 and later: Unicode, Inc. and others.
6 .\" License & terms of use: http://www.unicode.org/copyright.html
7 .\" Copyright (C) 2003 IBM, Inc. and others.
9 .TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU @VERSION@ Manual"
12 \- compile StringPrep data from files filtered by filterRFC3454.pl
16 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
19 .BR "\-v\fP, \fB\-\-verbose"
22 .BI "\-c\fP, \fB\-\-copyright"
25 .BI "\-s\fP, \fB\-\-sourcedir" " source"
28 .BI "\-d\fP, \fB\-\-destdir" " destination"
32 reads filtered RFC 3454 files and compiles their
33 information into a binary form.
36 can then be read directly by ICU, or used by
38 for incorporation into a larger archive or library.
47 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
48 Print help about usage and exit.
50 .BR "\-v\fP, \fB\-\-verbose"
51 Display extra informative messages during execution.
53 .BI "\-c\fP, \fB\-\-copyright"
54 Include a copyright notice into the binary data.
56 .BI "\-s\fP, \fB\-\-sourcedir" " source"
57 Set the source directory to
59 The default source directory is specified by the environment variable
62 .BI "\-d\fP, \fB\-\-destdir" " destination"
63 Set the destination directory to
65 The default destination directory is specified by the environment variable
70 Specifies the directory containing ICU data. Defaults to
71 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
72 Some tools in ICU depend on the presence of the trailing slash. It is thus
73 important to make sure that it is present if
77 The following files are read by
79 and are looked for in the
81 /misc for rfc3454_*.txt files and in
83 /unidata for NormalizationCorrections.txt.
86 Contains the list of unassigned codepoints in Unicode version 3.2.0.\|.\|..
89 Contains the list of code points that are commonly mapped to nothing.\|.\|..
92 Contains the list of mappings for casefolding of code points when Normalization form NFKC is specified.\|.\|..
95 Contains the list of code points that are prohibited for IDNA.
97 .B NormalizationCorrections.txt
98 Contains the list of code points whose normalization has changed since Unicode Version 3.2.0.
102 Copyright (C) 2000-2002 IBM, Inc. and others.