comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man1/msgunfmt.1 @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
comparison
equal deleted inserted replaced
67:0e9998148a16 68:5028fdace37b
1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2 .TH MSGUNFMT "1" "February 2024" "GNU gettext-tools 0.22.5" "User Commands"
3 .SH NAME
4 msgunfmt \- uncompile message catalog from binary format
5 .SH SYNOPSIS
6 .B msgunfmt
7 [\fI\,OPTION\/\fR] [\fI\,FILE\/\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Convert binary message catalog to Uniforum style .po file.
12 .PP
13 Mandatory arguments to long options are mandatory for short options too.
14 .SS "Operation mode:"
15 .TP
16 \fB\-j\fR, \fB\-\-java\fR
17 Java mode: input is a Java ResourceBundle class
18 .TP
19 \fB\-\-csharp\fR
20 C# mode: input is a .NET .dll file
21 .TP
22 \fB\-\-csharp\-resources\fR
23 C# resources mode: input is a .NET .resources file
24 .TP
25 \fB\-\-tcl\fR
26 Tcl mode: input is a tcl/msgcat .msg file
27 .SS "Input file location:"
28 .TP
29 FILE ...
30 input .mo files
31 .PP
32 If no input file is given or if it is \-, standard input is read.
33 .SS "Input file location in Java mode:"
34 .TP
35 \fB\-r\fR, \fB\-\-resource\fR=\fI\,RESOURCE\/\fR
36 resource name
37 .TP
38 \fB\-l\fR, \fB\-\-locale\fR=\fI\,LOCALE\/\fR
39 locale name, either language or language_COUNTRY
40 .PP
41 The class name is determined by appending the locale name to the resource name,
42 separated with an underscore. The class is located using the CLASSPATH.
43 .SS "Input file location in C# mode:"
44 .TP
45 \fB\-r\fR, \fB\-\-resource\fR=\fI\,RESOURCE\/\fR
46 resource name
47 .TP
48 \fB\-l\fR, \fB\-\-locale\fR=\fI\,LOCALE\/\fR
49 locale name, either language or language_COUNTRY
50 .TP
51 \fB\-d\fR DIRECTORY
52 base directory for locale dependent .dll files
53 .PP
54 The \fB\-l\fR and \fB\-d\fR options are mandatory. The .dll file is located in a
55 subdirectory of the specified directory whose name depends on the locale.
56 .SS "Input file location in Tcl mode:"
57 .TP
58 \fB\-l\fR, \fB\-\-locale\fR=\fI\,LOCALE\/\fR
59 locale name, either language or language_COUNTRY
60 .TP
61 \fB\-d\fR DIRECTORY
62 base directory of .msg message catalogs
63 .PP
64 The \fB\-l\fR and \fB\-d\fR options are mandatory. The .msg file is located in the
65 specified directory.
66 .SS "Output file location:"
67 .TP
68 \fB\-o\fR, \fB\-\-output\-file\fR=\fI\,FILE\/\fR
69 write output to specified file
70 .PP
71 The results are written to standard output if no output file is specified
72 or if it is \-.
73 .SS "Output details:"
74 .TP
75 \fB\-\-color\fR
76 use colors and other text attributes always
77 .TP
78 \fB\-\-color\fR=\fI\,WHEN\/\fR
79 use colors and other text attributes if WHEN.
80 WHEN may be 'always', 'never', 'auto', or 'html'.
81 .TP
82 \fB\-\-style\fR=\fI\,STYLEFILE\/\fR
83 specify CSS style rule file for \fB\-\-color\fR
84 .TP
85 \fB\-e\fR, \fB\-\-no\-escape\fR
86 do not use C escapes in output (default)
87 .TP
88 \fB\-E\fR, \fB\-\-escape\fR
89 use C escapes in output, no extended chars
90 .TP
91 \fB\-\-force\-po\fR
92 write PO file even if empty
93 .TP
94 \fB\-i\fR, \fB\-\-indent\fR
95 write indented output style
96 .TP
97 \fB\-\-strict\fR
98 write strict uniforum style
99 .TP
100 \fB\-p\fR, \fB\-\-properties\-output\fR
101 write out a Java .properties file
102 .TP
103 \fB\-\-stringtable\-output\fR
104 write out a NeXTstep/GNUstep .strings file
105 .TP
106 \fB\-w\fR, \fB\-\-width\fR=\fI\,NUMBER\/\fR
107 set output page width
108 .TP
109 \fB\-\-no\-wrap\fR
110 do not break long message lines, longer than
111 the output page width, into several lines
112 .TP
113 \fB\-s\fR, \fB\-\-sort\-output\fR
114 generate sorted output
115 .SS "Informative output:"
116 .TP
117 \fB\-h\fR, \fB\-\-help\fR
118 display this help and exit
119 .TP
120 \fB\-V\fR, \fB\-\-version\fR
121 output version information and exit
122 .TP
123 \fB\-v\fR, \fB\-\-verbose\fR
124 increase verbosity level
125 .SH AUTHOR
126 Written by Ulrich Drepper.
127 .SH "REPORTING BUGS"
128 Report bugs in the bug tracker at <https://savannah.gnu.org/projects/gettext>
129 or by email to <bug\-gettext@gnu.org>.
130 .SH COPYRIGHT
131 Copyright \(co 1995\-2023 Free Software Foundation, Inc.
132 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
133 .br
134 This is free software: you are free to change and redistribute it.
135 There is NO WARRANTY, to the extent permitted by law.
136 .SH "SEE ALSO"
137 The full documentation for
138 .B msgunfmt
139 is maintained as a Texinfo manual. If the
140 .B info
141 and
142 .B msgunfmt
143 programs are properly installed at your site, the command
144 .IP
145 .B info msgunfmt
146 .PP
147 should give you access to the complete manual.