Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / man / msgunfmt.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGUNFMT "1" "December 2015" "GNU gettext-tools 0.19.7" GNU
3 .SH NAME
4 msgunfmt \- uncompile message catalog from binary format
5 .SH SYNOPSIS
6 .B msgunfmt
7 [\fIOPTION\fR] [\fIFILE\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=\fIRESOURCE\fR
36 resource name
37 .TP
38 \fB\-l\fR, \fB\-\-locale\fR=\fILOCALE\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=\fIRESOURCE\fR
46 resource name
47 .TP
48 \fB\-l\fR, \fB\-\-locale\fR=\fILOCALE\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=\fILOCALE\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=\fIFILE\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=\fIWHEN\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=\fISTYLEFILE\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=\fINUMBER\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 to <bug-gnu-gettext@gnu.org>.
129 .SH COPYRIGHT
130 Copyright \(co 1995-1998, 2000-2010 Free Software Foundation, Inc.
131 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
132 .br
133 This is free software: you are free to change and redistribute it.
134 There is NO WARRANTY, to the extent permitted by law.
135 .SH "SEE ALSO"
136 The full documentation for
137 .B msgunfmt
138 is maintained as a Texinfo manual.  If the
139 .B info
140 and
141 .B msgunfmt
142 programs are properly installed at your site, the command
143 .IP
144 .B info msgunfmt
145 .PP
146 should give you access to the complete manual.