1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" gensprep.8: manual page for the gensprep utility
5 .\" Copyright (C) 2003 IBM, Inc. and others.
7 .TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU @VERSION@ Manual"
10 \- compile StringPrep data from files filtered by filterRFC3454.pl
14 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
17 .BR "\-v\fP, \fB\-\-verbose"
20 .BI "\-c\fP, \fB\-\-copyright"
23 .BI "\-s\fP, \fB\-\-sourcedir" " source"
26 .BI "\-d\fP, \fB\-\-destdir" " destination"
30 reads filtered RFC 3454 files and compiles their
31 information into a binary form.
34 can then be read directly by ICU, or used by
36 for incorporation into a larger archive or library.
45 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
46 Print help about usage and exit.
48 .BR "\-v\fP, \fB\-\-verbose"
49 Display extra informative messages during execution.
51 .BI "\-c\fP, \fB\-\-copyright"
52 Include a copyright notice into the binary data.
54 .BI "\-s\fP, \fB\-\-sourcedir" " source"
55 Set the source directory to
57 The default source directory is specified by the environment variable
60 .BI "\-d\fP, \fB\-\-destdir" " destination"
61 Set the destination directory to
63 The default destination directory is specified by the environment variable
68 Specifies the directory containing ICU data. Defaults to
69 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
70 Some tools in ICU depend on the presence of the trailing slash. It is thus
71 important to make sure that it is present if
75 The following files are read by
77 and are looked for in the
79 /misc for rfc3454_*.txt files and in
81 /unidata for NormalizationCorrections.txt.
84 Contains the list of unassigned codepoints in Unicode version 3.2.0.\|.\|..
87 Contains the list of code points that are commonly mapped to nothing.\|.\|..
90 Contains the list of mappings for casefolding of code points when Normalization form NFKC is specified.\|.\|..
93 Contains the list of code points that are prohibited for IDNA.
95 .B NormalizationCorrections.txt
96 Contains the list of code points whose normalization has changed since Unicode Version 3.2.0.
100 Copyright (C) 2000-2002 IBM, Inc. and others.