Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

gencnval (1)

Name

gencnval - compile the converters aliases file

Synopsis

gencnval [ -h, -?, --help ] [ -v, --verbose ] [ -c, --copyright ] [ -s,
--sourcedir source ] [ -d, --destdir destination ] [ converterfile ]

Description

GENCNVAL(1)                     ICU 69.1 Manual                    GENCNVAL(1)



NAME
       gencnval - compile the converters aliases file

SYNOPSIS
       gencnval [ -h, -?, --help ] [ -v, --verbose ] [ -c, --copyright ] [ -s,
       --sourcedir source ] [ -d, --destdir destination ] [ converterfile ]

DESCRIPTION
       gencnval converts the ICU aliases file converterfile  into  the  binary
       file  cnvalias.icu.  This binary file can then be read directly by ICU,
       or used by pkgdata(1)  for  incorporation  into  a  larger  archive  or
       library.

       If  converterfile is not provided, the default ICU convrtrs.txt file is
       used.

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

       -v, --verbose
              Display verbose output. This information can include information
              about conflicting aliases and the converters the aliases resolve
              to.

       -c, --copyright
              Include a copyright notice in the binary data.

       -s, --sourcedir source
              Set the source directory to source.  The default  source  direc-
              tory is specified by the environment variable ICU_DATA.

       -d, --destdir destination
              Set  the destination directory to destination.  The default des-
              tination directory is  specified  by  the  environment  variable
              ICU_DATA.

ENVIRONMENT
       ICU_DATA  Specifies  the  directory  containing  ICU  data. Defaults to
                 ${prefix}/share/icu/69.1/.  Some tools in ICU depend  on  the
                 presence  of the trailing slash. It is thus important to make
                 sure that it is present if ICU_DATA is set.

FILES
       icu/source/data/mappings/convrtrs.txt   Description of ICU's converters
                                               and  their  aliases.  This data
                                               file is not normally installed,
                                               and  it  is available as a part
                                               of ICU source code.

VERSION
       69.1

COPYRIGHT
       Copyright (C) 2000-2004 IBM, Inc. and others.


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


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

SEE ALSO
       pkgdata(1)



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                      11 March 2004                     GENCNVAL(1)