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