MSGUNFMT

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

msgunfmt - uncompile message catalog from binary format

SYNOPSIS

msgunfmt [OPTION] [FILE]...

DESCRIPTION

Convert binary message catalog to Uniforum style .po file.
Mandatory arguments to long options are mandatory for short options too.
Input file location:
FILE ...
input .mo files
If no input file is given or if it is -, standard input is read.
Output file location:
-o, --output-file=FILE
write output to specified file
The results are written to standard output if no output file is specified or if it is -.
Output details:
-e, --no-escape
do not use C escapes in output (default)
-E, --escape
use C escapes in output, no extended chars
--force-po
write PO file even if empty
-i, --indent
write indented output style
--strict
write strict uniforum style
-w, --width=NUMBER
set output page width
-s, --sort-output
generate sorted output and remove duplicates
Informative output:
-h, --help
display this help and exit
-V, --version
output version information and exit

AUTHOR

Written by Ulrich Drepper.

REPORTING BUGS

Report bugs to <bug-gnu-utils@gnu.org>.

COPYRIGHT

Copyright 1995-1998, 2000, 2001 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

The full documentation for msgunfmt is maintained as a Texinfo manual. If the info and msgunfmt programs are properly installed at your site, the command
info msgunfmt
should give you access to the complete manual.