1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" gencfu.1: manual page for the gencfu utility
5 .\" Copyright (C) 2012 International Business Machines Corporation and others
7 .TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU @VERSION@ Manual"
10 \- Generates Unicode Confusable data files
14 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
17 .BR "\-V\fP, \fB\-\-version"
20 .BR "\-c\fP, \fB\-\-copyright"
23 .BR "\-v\fP, \fB\-\-verbose"
26 .BI "\-d\fP, \fB\-\-destdir" " destination"
29 .BI "\-i\fP, \fB\-\-icudatadir" " directory"
31 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
32 .BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file"
33 .BI "\-o\fP, \fB\-\-out" " output\-file"
36 reads confusable character definitions in the input file, which are
37 plain text files containing confusable character
38 definitions in the input format defined by Unicode UAX39 for the files
41 .I confusablesWholeScript.txt.
42 This source (.txt) format is also accepted by ICU spoof detectors.
43 The files must be encoded in utf-8 format, with or without a BOM.
44 Normally the output data file has the
49 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
50 Print help about usage and exit.
52 .BR "\-V\fP, \fB\-\-version"
57 .BR "\-c\fP, \fB\-\-copyright"
58 Embeds the standard ICU copyright into the
61 .BR "\-v\fP, \fB\-\-verbose"
62 Display extra informative messages during execution.
64 .BI "\-d\fP, \fB\-\-destdir" " destination"
65 Set the destination directory of the
70 .BI "\-i\fP, \fB\-\-icudatadir" " directory"
71 Look for any necessary ICU data files in
75 must be located when ICU's data is not built as a shared library.
76 The default ICU data directory is specified by the environment variable
78 Most configurations of ICU do not require this argument.
80 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
81 The source file to read.
83 .BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file"
84 The whole script source file to read.
86 .BI "\-o\fP, \fB\-\-out" " output\-file"
87 The output data file to write.
91 Copyright (C) 2009 International Business Machines Corporation and others