1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" gencfu.1: manual page for the gencfu 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) 2012 International Business Machines Corporation and others
9 .TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU @VERSION@ Manual"
12 \- Generates Unicode Confusable data files
16 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
19 .BR "\-V\fP, \fB\-\-version"
22 .BR "\-c\fP, \fB\-\-copyright"
25 .BR "\-v\fP, \fB\-\-verbose"
28 .BI "\-d\fP, \fB\-\-destdir" " destination"
31 .BI "\-i\fP, \fB\-\-icudatadir" " directory"
33 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
34 .BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file"
35 .BI "\-o\fP, \fB\-\-out" " output\-file"
38 reads confusable character definitions in the input file, which are
39 plain text files containing confusable character
40 definitions in the input format defined by Unicode UAX39 for the files
43 .I confusablesWholeScript.txt.
44 This source (.txt) format is also accepted by ICU spoof detectors.
45 The files must be encoded in utf-8 format, with or without a BOM.
46 Normally the output data file has the
51 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
52 Print help about usage and exit.
54 .BR "\-V\fP, \fB\-\-version"
59 .BR "\-c\fP, \fB\-\-copyright"
60 Embeds the standard ICU copyright into the
63 .BR "\-v\fP, \fB\-\-verbose"
64 Display extra informative messages during execution.
66 .BI "\-d\fP, \fB\-\-destdir" " destination"
67 Set the destination directory of the
72 .BI "\-i\fP, \fB\-\-icudatadir" " directory"
73 Look for any necessary ICU data files in
77 must be located when ICU's data is not built as a shared library.
78 The default ICU data directory is specified by the environment variable
80 Most configurations of ICU do not require this argument.
82 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
83 The source file to read.
85 .BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file"
86 The whole script source file to read.
88 .BI "\-o\fP, \fB\-\-out" " output\-file"
89 The output data file to write.
93 Copyright (C) 2009 International Business Machines Corporation and others