Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

gencfu (1)

Name

gencfu - Generates Unicode Confusable data files

Synopsis

gencfu  [  -h, -?, --help ] [ -V, --version ] [ -c, --copyright ] [ -v,
--verbose ] [ -d, --destdir destination ] [ -i, --icudatadir  directory
]  -r, --rules rule-file -w, --wsrules whole-script-rule-file -o, --out
output-file

Description

GENCFU(1)                       ICU 69.1 Manual                      GENCFU(1)



NAME
       gencfu - Generates Unicode Confusable data files

SYNOPSIS
       gencfu  [  -h, -?, --help ] [ -V, --version ] [ -c, --copyright ] [ -v,
       --verbose ] [ -d, --destdir destination ] [ -i, --icudatadir  directory
       ]  -r, --rules rule-file -w, --wsrules whole-script-rule-file -o, --out
       output-file

DESCRIPTION
       gencfu reads confusable character definitions in the input file,  which
       are plain text files containing confusable character definitions in the
       input format defined by Unicode UAX39 for the files confusables.txt and
       confusablesWholeScript.txt.  This source (.txt) format is also accepted
       by ICU spoof detectors.  The files must be  encoded  in  utf-8  format,
       with  or  without  a  BOM.   Normally the output data file has the .cfu
       extension.

OPTIONS
       -h, -?, --help
              Print help about usage and exit.

       -V, --version
              Print the version of gencfu and exit.

       -c, --copyright
              Embeds the standard ICU copyright into the output-file.

       -v, --verbose
              Display extra informative messages during execution.

       -d, --destdir destination
              Set the destination directory of the output-file to destination.

       -i, --icudatadir directory
              Look for any necessary ICU data files in directory.   For  exam-
              ple,  the file pnames.icu must be located when ICU's data is not
              built as a shared library.  The default ICU  data  directory  is
              specified by the environment variable ICU_DATA.  Most configura-
              tions of ICU do not require this argument.

       -r, --rules rule-file
              The source file to read.

       -w, --wsrules whole-script-rule-file
              The whole script source file to read.

       -o, --out output-file
              The output data file to write.

VERSION
       1.0

COPYRIGHT
       Copyright (C) 2009 International Business Machines Corporation and oth-
       ers



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | developer/icu         |
       +---------------+-----------------------+
       |Stability      | Pass-through volatile |
       +---------------+-----------------------+

NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source     was     downloaded     from      https://github.com/unicode-
       org/icu/releases/download/release-69-1/icu4c-69_1-src.tgz.

       Further information about this software can be found on the open source
       community website at http://site.icu-project.org/.



ICU MANPAGE                       24 May 2009                        GENCFU(1)