intl/icu/source/tools/gencfu/gencfu.1.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 .\" gencfu.1: manual page for the gencfu utility
michael@0 4 .\"
michael@0 5 .\" Copyright (C) 2012 International Business Machines Corporation and others
michael@0 6 .\"
michael@0 7 .TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU @VERSION@ Manual"
michael@0 8 .SH NAME
michael@0 9 .B gencfu
michael@0 10 \- Generates Unicode Confusable data files
michael@0 11 .SH SYNOPSIS
michael@0 12 .B gencfu
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\-\-version"
michael@0 18 ]
michael@0 19 [
michael@0 20 .BR "\-c\fP, \fB\-\-copyright"
michael@0 21 ]
michael@0 22 [
michael@0 23 .BR "\-v\fP, \fB\-\-verbose"
michael@0 24 ]
michael@0 25 [
michael@0 26 .BI "\-d\fP, \fB\-\-destdir" " destination"
michael@0 27 ]
michael@0 28 [
michael@0 29 .BI "\-i\fP, \fB\-\-icudatadir" " directory"
michael@0 30 ]
michael@0 31 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
michael@0 32 .BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file"
michael@0 33 .BI "\-o\fP, \fB\-\-out" " output\-file"
michael@0 34 .SH DESCRIPTION
michael@0 35 .B gencfu
michael@0 36 reads confusable character definitions in the input file, which are
michael@0 37 plain text files containing confusable character
michael@0 38 definitions in the input format defined by Unicode UAX39 for the files
michael@0 39 .I confusables.txt
michael@0 40 and
michael@0 41 .I confusablesWholeScript.txt.
michael@0 42 This source (.txt) format is also accepted by ICU spoof detectors.
michael@0 43 The files must be encoded in utf-8 format, with or without a BOM.
michael@0 44 Normally the output data file has the
michael@0 45 .B .cfu
michael@0 46 extension.
michael@0 47 .SH OPTIONS
michael@0 48 .TP
michael@0 49 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
michael@0 50 Print help about usage and exit.
michael@0 51 .TP
michael@0 52 .BR "\-V\fP, \fB\-\-version"
michael@0 53 Print the version of
michael@0 54 .B gencfu
michael@0 55 and exit.
michael@0 56 .TP
michael@0 57 .BR "\-c\fP, \fB\-\-copyright"
michael@0 58 Embeds the standard ICU copyright into the
michael@0 59 .IR output-file .
michael@0 60 .TP
michael@0 61 .BR "\-v\fP, \fB\-\-verbose"
michael@0 62 Display extra informative messages during execution.
michael@0 63 .TP
michael@0 64 .BI "\-d\fP, \fB\-\-destdir" " destination"
michael@0 65 Set the destination directory of the
michael@0 66 .IR output-file
michael@0 67 to
michael@0 68 .IR destination .
michael@0 69 .TP
michael@0 70 .BI "\-i\fP, \fB\-\-icudatadir" " directory"
michael@0 71 Look for any necessary ICU data files in
michael@0 72 .IR directory .
michael@0 73 For example, the file
michael@0 74 .B pnames.icu
michael@0 75 must be located when ICU's data is not built as a shared library.
michael@0 76 The default ICU data directory is specified by the environment variable
michael@0 77 .BR ICU_DATA .
michael@0 78 Most configurations of ICU do not require this argument.
michael@0 79 .TP
michael@0 80 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
michael@0 81 The source file to read.
michael@0 82 .TP
michael@0 83 .BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file"
michael@0 84 The whole script source file to read.
michael@0 85 .TP
michael@0 86 .BI "\-o\fP, \fB\-\-out" " output\-file"
michael@0 87 The output data file to write.
michael@0 88 .SH VERSION
michael@0 89 1.0
michael@0 90 .SH COPYRIGHT
michael@0 91 Copyright (C) 2009 International Business Machines Corporation and others

mercurial