jpayne@68: .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. jpayne@68: .TH MSGUNFMT "1" "February 2024" "GNU gettext-tools 0.22.5" "User Commands" jpayne@68: .SH NAME jpayne@68: msgunfmt \- uncompile message catalog from binary format jpayne@68: .SH SYNOPSIS jpayne@68: .B msgunfmt jpayne@68: [\fI\,OPTION\/\fR] [\fI\,FILE\/\fR]... jpayne@68: .SH DESCRIPTION jpayne@68: .\" Add any additional description here jpayne@68: .PP jpayne@68: Convert binary message catalog to Uniforum style .po file. jpayne@68: .PP jpayne@68: Mandatory arguments to long options are mandatory for short options too. jpayne@68: .SS "Operation mode:" jpayne@68: .TP jpayne@68: \fB\-j\fR, \fB\-\-java\fR jpayne@68: Java mode: input is a Java ResourceBundle class jpayne@68: .TP jpayne@68: \fB\-\-csharp\fR jpayne@68: C# mode: input is a .NET .dll file jpayne@68: .TP jpayne@68: \fB\-\-csharp\-resources\fR jpayne@68: C# resources mode: input is a .NET .resources file jpayne@68: .TP jpayne@68: \fB\-\-tcl\fR jpayne@68: Tcl mode: input is a tcl/msgcat .msg file jpayne@68: .SS "Input file location:" jpayne@68: .TP jpayne@68: FILE ... jpayne@68: input .mo files jpayne@68: .PP jpayne@68: If no input file is given or if it is \-, standard input is read. jpayne@68: .SS "Input file location in Java mode:" jpayne@68: .TP jpayne@68: \fB\-r\fR, \fB\-\-resource\fR=\fI\,RESOURCE\/\fR jpayne@68: resource name jpayne@68: .TP jpayne@68: \fB\-l\fR, \fB\-\-locale\fR=\fI\,LOCALE\/\fR jpayne@68: locale name, either language or language_COUNTRY jpayne@68: .PP jpayne@68: The class name is determined by appending the locale name to the resource name, jpayne@68: separated with an underscore. The class is located using the CLASSPATH. jpayne@68: .SS "Input file location in C# mode:" jpayne@68: .TP jpayne@68: \fB\-r\fR, \fB\-\-resource\fR=\fI\,RESOURCE\/\fR jpayne@68: resource name jpayne@68: .TP jpayne@68: \fB\-l\fR, \fB\-\-locale\fR=\fI\,LOCALE\/\fR jpayne@68: locale name, either language or language_COUNTRY jpayne@68: .TP jpayne@68: \fB\-d\fR DIRECTORY jpayne@68: base directory for locale dependent .dll files jpayne@68: .PP jpayne@68: The \fB\-l\fR and \fB\-d\fR options are mandatory. The .dll file is located in a jpayne@68: subdirectory of the specified directory whose name depends on the locale. jpayne@68: .SS "Input file location in Tcl mode:" jpayne@68: .TP jpayne@68: \fB\-l\fR, \fB\-\-locale\fR=\fI\,LOCALE\/\fR jpayne@68: locale name, either language or language_COUNTRY jpayne@68: .TP jpayne@68: \fB\-d\fR DIRECTORY jpayne@68: base directory of .msg message catalogs jpayne@68: .PP jpayne@68: The \fB\-l\fR and \fB\-d\fR options are mandatory. The .msg file is located in the jpayne@68: specified directory. jpayne@68: .SS "Output file location:" jpayne@68: .TP jpayne@68: \fB\-o\fR, \fB\-\-output\-file\fR=\fI\,FILE\/\fR jpayne@68: write output to specified file jpayne@68: .PP jpayne@68: The results are written to standard output if no output file is specified jpayne@68: or if it is \-. jpayne@68: .SS "Output details:" jpayne@68: .TP jpayne@68: \fB\-\-color\fR jpayne@68: use colors and other text attributes always jpayne@68: .TP jpayne@68: \fB\-\-color\fR=\fI\,WHEN\/\fR jpayne@68: use colors and other text attributes if WHEN. jpayne@68: WHEN may be 'always', 'never', 'auto', or 'html'. jpayne@68: .TP jpayne@68: \fB\-\-style\fR=\fI\,STYLEFILE\/\fR jpayne@68: specify CSS style rule file for \fB\-\-color\fR jpayne@68: .TP jpayne@68: \fB\-e\fR, \fB\-\-no\-escape\fR jpayne@68: do not use C escapes in output (default) jpayne@68: .TP jpayne@68: \fB\-E\fR, \fB\-\-escape\fR jpayne@68: use C escapes in output, no extended chars jpayne@68: .TP jpayne@68: \fB\-\-force\-po\fR jpayne@68: write PO file even if empty jpayne@68: .TP jpayne@68: \fB\-i\fR, \fB\-\-indent\fR jpayne@68: write indented output style jpayne@68: .TP jpayne@68: \fB\-\-strict\fR jpayne@68: write strict uniforum style jpayne@68: .TP jpayne@68: \fB\-p\fR, \fB\-\-properties\-output\fR jpayne@68: write out a Java .properties file jpayne@68: .TP jpayne@68: \fB\-\-stringtable\-output\fR jpayne@68: write out a NeXTstep/GNUstep .strings file jpayne@68: .TP jpayne@68: \fB\-w\fR, \fB\-\-width\fR=\fI\,NUMBER\/\fR jpayne@68: set output page width jpayne@68: .TP jpayne@68: \fB\-\-no\-wrap\fR jpayne@68: do not break long message lines, longer than jpayne@68: the output page width, into several lines jpayne@68: .TP jpayne@68: \fB\-s\fR, \fB\-\-sort\-output\fR jpayne@68: generate sorted output jpayne@68: .SS "Informative output:" jpayne@68: .TP jpayne@68: \fB\-h\fR, \fB\-\-help\fR jpayne@68: display this help and exit jpayne@68: .TP jpayne@68: \fB\-V\fR, \fB\-\-version\fR jpayne@68: output version information and exit jpayne@68: .TP jpayne@68: \fB\-v\fR, \fB\-\-verbose\fR jpayne@68: increase verbosity level jpayne@68: .SH AUTHOR jpayne@68: Written by Ulrich Drepper. jpayne@68: .SH "REPORTING BUGS" jpayne@68: Report bugs in the bug tracker at jpayne@68: or by email to . jpayne@68: .SH COPYRIGHT jpayne@68: Copyright \(co 1995\-2023 Free Software Foundation, Inc. jpayne@68: License GPLv3+: GNU GPL version 3 or later jpayne@68: .br jpayne@68: This is free software: you are free to change and redistribute it. jpayne@68: There is NO WARRANTY, to the extent permitted by law. jpayne@68: .SH "SEE ALSO" jpayne@68: The full documentation for jpayne@68: .B msgunfmt jpayne@68: is maintained as a Texinfo manual. If the jpayne@68: .B info jpayne@68: and jpayne@68: .B msgunfmt jpayne@68: programs are properly installed at your site, the command jpayne@68: .IP jpayne@68: .B info msgunfmt jpayne@68: .PP jpayne@68: should give you access to the complete manual.