man-pages/man1/msgunfmt.1.html
2021-03-31 01:06:50 +01:00

216 lines
6.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of MSGUNFMT</TITLE>
</HEAD><BODY>
<H1>MSGUNFMT</H1>
Section: GNU (1)<BR>Updated: June 2016<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
msgunfmt - uncompile message catalog from binary format
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>msgunfmt</B>
[<I>OPTION</I>] [<I>FILE</I>]...
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<P>
Convert binary message catalog to Uniforum style .po file.
<P>
Mandatory arguments to long options are mandatory for short options too.
<A NAME="lbAE">&nbsp;</A>
<H3>Operation mode:</H3>
<DL COMPACT>
<DT id="1"><B>-j</B>, <B>--java</B><DD>
Java mode: input is a Java ResourceBundle class
<DT id="2"><B>--csharp</B><DD>
C# mode: input is a .NET .dll file
<DT id="3"><B>--csharp-resources</B><DD>
C# resources mode: input is a .NET .resources file
<DT id="4"><B>--tcl</B><DD>
Tcl mode: input is a tcl/msgcat .msg file
</DL>
<A NAME="lbAF">&nbsp;</A>
<H3>Input file location:</H3>
<DL COMPACT>
<DT id="5">FILE ...<DD>
input .mo files
</DL>
<P>
If no input file is given or if it is -, standard input is read.
<A NAME="lbAG">&nbsp;</A>
<H3>Input file location in Java mode:</H3>
<DL COMPACT>
<DT id="6"><B>-r</B>, <B>--resource</B>=<I>RESOURCE</I><DD>
resource name
<DT id="7"><B>-l</B>, <B>--locale</B>=<I>LOCALE</I><DD>
locale name, either language or language_COUNTRY
</DL>
<P>
The class name is determined by appending the locale name to the resource name,
separated with an underscore. The class is located using the CLASSPATH.
<A NAME="lbAH">&nbsp;</A>
<H3>Input file location in C# mode:</H3>
<DL COMPACT>
<DT id="8"><B>-r</B>, <B>--resource</B>=<I>RESOURCE</I><DD>
resource name
<DT id="9"><B>-l</B>, <B>--locale</B>=<I>LOCALE</I><DD>
locale name, either language or language_COUNTRY
<DT id="10"><B>-d</B> DIRECTORY<DD>
base directory for locale dependent .dll files
</DL>
<P>
The <B>-l</B> and <B>-d</B> options are mandatory. The .dll file is located in a
subdirectory of the specified directory whose name depends on the locale.
<A NAME="lbAI">&nbsp;</A>
<H3>Input file location in Tcl mode:</H3>
<DL COMPACT>
<DT id="11"><B>-l</B>, <B>--locale</B>=<I>LOCALE</I><DD>
locale name, either language or language_COUNTRY
<DT id="12"><B>-d</B> DIRECTORY<DD>
base directory of .msg message catalogs
</DL>
<P>
The <B>-l</B> and <B>-d</B> options are mandatory. The .msg file is located in the
specified directory.
<A NAME="lbAJ">&nbsp;</A>
<H3>Output file location:</H3>
<DL COMPACT>
<DT id="13"><B>-o</B>, <B>--output-file</B>=<I>FILE</I><DD>
write output to specified file
</DL>
<P>
The results are written to standard output if no output file is specified
or if it is -.
<A NAME="lbAK">&nbsp;</A>
<H3>Output details:</H3>
<DL COMPACT>
<DT id="14"><B>--color</B><DD>
use colors and other text attributes always
<DT id="15"><B>--color</B>=<I>WHEN</I><DD>
use colors and other text attributes if WHEN.
WHEN may be 'always', 'never', 'auto', or 'html'.
<DT id="16"><B>--style</B>=<I>STYLEFILE</I><DD>
specify CSS style rule file for <B>--color</B>
<DT id="17"><B>-e</B>, <B>--no-escape</B><DD>
do not use C escapes in output (default)
<DT id="18"><B>-E</B>, <B>--escape</B><DD>
use C escapes in output, no extended chars
<DT id="19"><B>--force-po</B><DD>
write PO file even if empty
<DT id="20"><B>-i</B>, <B>--indent</B><DD>
write indented output style
<DT id="21"><B>--strict</B><DD>
write strict uniforum style
<DT id="22"><B>-p</B>, <B>--properties-output</B><DD>
write out a Java .properties file
<DT id="23"><B>--stringtable-output</B><DD>
write out a NeXTstep/GNUstep .strings file
<DT id="24"><B>-w</B>, <B>--width</B>=<I>NUMBER</I><DD>
set output page width
<DT id="25"><B>--no-wrap</B><DD>
do not break long message lines, longer than
the output page width, into several lines
<DT id="26"><B>-s</B>, <B>--sort-output</B><DD>
generate sorted output
</DL>
<A NAME="lbAL">&nbsp;</A>
<H3>Informative output:</H3>
<DL COMPACT>
<DT id="27"><B>-h</B>, <B>--help</B><DD>
display this help and exit
<DT id="28"><B>-V</B>, <B>--version</B><DD>
output version information and exit
<DT id="29"><B>-v</B>, <B>--verbose</B><DD>
increase verbosity level
</DL>
<A NAME="lbAM">&nbsp;</A>
<H2>AUTHOR</H2>
Written by Ulrich Drepper.
<A NAME="lbAN">&nbsp;</A>
<H2>REPORTING BUGS</H2>
Report bugs to &lt;<A HREF="mailto:bug-gnu-gettext@gnu.org">bug-gnu-gettext@gnu.org</A>&gt;.
<A NAME="lbAO">&nbsp;</A>
<H2>COPYRIGHT</H2>
Copyright &#169; 1995-1998, 2000-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later &lt;<A HREF="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</A>&gt;
<BR>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
<A NAME="lbAP">&nbsp;</A>
<H2>SEE ALSO</H2>
The full documentation for
<B>msgunfmt</B>
is maintained as a Texinfo manual. If the
<B>info</B>
and
<B>msgunfmt</B>
programs are properly installed at your site, the command
<DL COMPACT>
<DT id="30"><DD>
<B>info msgunfmt</B>
</DL>
<P>
should give you access to the complete manual.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="31"><A HREF="#lbAB">NAME</A><DD>
<DT id="32"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="33"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DL>
<DT id="34"><A HREF="#lbAE">Operation mode:</A><DD>
<DT id="35"><A HREF="#lbAF">Input file location:</A><DD>
<DT id="36"><A HREF="#lbAG">Input file location in Java mode:</A><DD>
<DT id="37"><A HREF="#lbAH">Input file location in C# mode:</A><DD>
<DT id="38"><A HREF="#lbAI">Input file location in Tcl mode:</A><DD>
<DT id="39"><A HREF="#lbAJ">Output file location:</A><DD>
<DT id="40"><A HREF="#lbAK">Output details:</A><DD>
<DT id="41"><A HREF="#lbAL">Informative output:</A><DD>
</DL>
<DT id="42"><A HREF="#lbAM">AUTHOR</A><DD>
<DT id="43"><A HREF="#lbAN">REPORTING BUGS</A><DD>
<DT id="44"><A HREF="#lbAO">COPYRIGHT</A><DD>
<DT id="45"><A HREF="#lbAP">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:19 GMT, March 31, 2021
</BODY>
</HTML>