EnglishFrenchSpanish

Ad


OnWorks favicon

genrb - Online in the Cloud

Run genrb in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command genrb that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


genrb - compile a resource bundle

SYNOPSIS


genrb [ -h, -?, --help ] [ -V, --version ] [ -v, --verbose ] [ -e, --encoding encoding ] [
-j, --write-java [ encoding ] ] [ -s, --sourcedir source ] [ -d, --destdir destination ] [
-i, --icudatadir directory ] bundle ...

DESCRIPTION


genrb converts the resource bundle source files passed on the command line to their binary
form or to a Java source file for use with ICU4J. The resulting binary files have a .res
extension while resource bundle source files typically have a .txt extension. Java source
files have a java extension and follow the ICU4J naming conventions.

It is customary to name the resource bundles by their locale name, i.e. to use a local
identifier for the bundle filename, e.g. ja_JP.txt for Japanese (Japan) data, or root.txt
for the root bundle. In any case, genrb will produce a file whose base name is the name
of the locale found in the resource file, not the base name of the resource file itself.

The binary files can be read directly by ICU, or used by pkgdata(1) for incorporation into
a larger archive or library.

OPTIONS


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

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

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

-e, --encoding encoding
Set the encoding used to read input files to encoding. The default encoding is the
invariant (subset of ASCII or EBCDIC) codepage for the system (see section
INVARIANT CHARACTERS). The encodings UTF-8, UTF-16BE, and UTF-16LE are
automatically detected if a byte order mark (BOM) is present.

-j, --write-java [ encoding ]
Generate a Java source code for use with ICU4J. An optional encoding for the Java
file can be given.

-s, --sourcedir source
Set the source directory to source. The default source directory is specified by
the environment variable ICU_DATA, or the location set when ICU was built if
ICU_DATA is not set.

-d, --destdir destination
Set the destination directory to destination. The default destination directory is
specified by the environment variable ICU_DATA or is the location set when ICU was
built if ICU_DATA is not set.

-i, --icudatadir directory
Look for any necessary ICU data files in directory. For example, when processing
collation overrides, the file ucadata.dat must be located. The default ICU data
directory is specified by the environment variable ICU_DATA.

INVARIANT CHARACTERS


The invariant character set consists of the following set of characters, expressed as a
standard POSIX regular expression: [a-z]|[A-Z]|[0-9]|_| |+|-|*|/. This is the set which
is guaranteed to be available regardless of code page.

ENVIRONMENT


ICU_DATA Specifies the directory containing ICU data. Defaults to
${prefix}/share/icu/55.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.

VERSION


55.1

COPYRIGHT


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

Use genrb online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad