intl/icu/source/tools/gencfu/gencfu.1.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/tools/gencfu/gencfu.1.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,91 @@
     1.4 +.\" Hey, Emacs! This is -*-nroff-*- you know...
     1.5 +.\"
     1.6 +.\" gencfu.1: manual page for the gencfu utility
     1.7 +.\"
     1.8 +.\" Copyright (C) 2012 International Business Machines Corporation and others
     1.9 +.\"
    1.10 +.TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU @VERSION@ Manual"
    1.11 +.SH NAME
    1.12 +.B gencfu
    1.13 +\- Generates Unicode Confusable data files
    1.14 +.SH SYNOPSIS
    1.15 +.B gencfu
    1.16 +[
    1.17 +.BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
    1.18 +]
    1.19 +[
    1.20 +.BR "\-V\fP, \fB\-\-version"
    1.21 +]
    1.22 +[
    1.23 +.BR "\-c\fP, \fB\-\-copyright"
    1.24 +]
    1.25 +[
    1.26 +.BR "\-v\fP, \fB\-\-verbose"
    1.27 +]
    1.28 +[
    1.29 +.BI "\-d\fP, \fB\-\-destdir" " destination"
    1.30 +]
    1.31 +[
    1.32 +.BI "\-i\fP, \fB\-\-icudatadir" " directory"
    1.33 +]
    1.34 +.BI "\-r\fP, \fB\-\-rules" " rule\-file"
    1.35 +.BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file"
    1.36 +.BI "\-o\fP, \fB\-\-out" " output\-file"
    1.37 +.SH DESCRIPTION
    1.38 +.B gencfu
    1.39 +reads confusable character definitions in the input file, which are
    1.40 +plain text files containing confusable character
    1.41 +definitions in the input format defined by Unicode UAX39 for the files
    1.42 +.I confusables.txt
    1.43 +and
    1.44 +.I confusablesWholeScript.txt.
    1.45 +This source (.txt) format is also accepted by ICU spoof detectors.
    1.46 +The files must be encoded in utf-8 format, with or without a BOM.
    1.47 +Normally the output data file has the
    1.48 +.B .cfu
    1.49 +extension.
    1.50 +.SH OPTIONS
    1.51 +.TP
    1.52 +.BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
    1.53 +Print help about usage and exit.
    1.54 +.TP
    1.55 +.BR "\-V\fP, \fB\-\-version"
    1.56 +Print the version of
    1.57 +.B gencfu
    1.58 +and exit.
    1.59 +.TP
    1.60 +.BR "\-c\fP, \fB\-\-copyright"
    1.61 +Embeds the standard ICU copyright into the
    1.62 +.IR output-file .
    1.63 +.TP
    1.64 +.BR "\-v\fP, \fB\-\-verbose"
    1.65 +Display extra informative messages during execution.
    1.66 +.TP
    1.67 +.BI "\-d\fP, \fB\-\-destdir" " destination"
    1.68 +Set the destination directory of the
    1.69 +.IR output-file
    1.70 +to
    1.71 +.IR destination .
    1.72 +.TP
    1.73 +.BI "\-i\fP, \fB\-\-icudatadir" " directory"
    1.74 +Look for any necessary ICU data files in
    1.75 +.IR directory .
    1.76 +For example, the file
    1.77 +.B pnames.icu
    1.78 +must be located when ICU's data is not built as a shared library.
    1.79 +The default ICU data directory is specified by the environment variable
    1.80 +.BR ICU_DATA .
    1.81 +Most configurations of ICU do not require this argument.
    1.82 +.TP
    1.83 +.BI "\-r\fP, \fB\-\-rules" " rule\-file"
    1.84 +The source file to read.
    1.85 +.TP
    1.86 +.BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file"
    1.87 +The whole script source file to read.
    1.88 +.TP
    1.89 +.BI "\-o\fP, \fB\-\-out" " output\-file"
    1.90 +The output data file to write.
    1.91 +.SH VERSION
    1.92 +1.0
    1.93 +.SH COPYRIGHT
    1.94 +Copyright (C) 2009 International Business Machines Corporation and others

mercurial