No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / man / msgconv.1
blob6fcb9600e9a26a0f92c297aae9416642712ec58d
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGCONV "1" "April 2005" "GNU gettext-tools 0.14.4" GNU
3 .SH NAME
4 msgconv \- character set conversion for message catalog
5 .SH SYNOPSIS
6 .B msgconv
7 [\fIOPTION\fR] [\fIINPUTFILE\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Converts a translation catalog to a different character encoding.
12 .PP
13 Mandatory arguments to long options are mandatory for short options too.
14 .SS "Input file location:"
15 .TP
16 INPUTFILE
17 input PO file
18 .TP
19 \fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR
20 add DIRECTORY to list for input files search
21 .PP
22 If no input file is given or if it is -, standard input is read.
23 .SS "Output file location:"
24 .TP
25 \fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR
26 write output to specified file
27 .PP
28 The results are written to standard output if no output file is specified
29 or if it is -.
30 .SS "Conversion target:"
31 .TP
32 \fB\-t\fR, \fB\-\-to\-code\fR=\fINAME\fR
33 encoding for output
34 .PP
35 The default encoding is the current locale's encoding.
36 .SS "Input file syntax:"
37 .TP
38 \fB\-P\fR, \fB\-\-properties\-input\fR
39 input file is in Java .properties syntax
40 .TP
41 \fB\-\-stringtable\-input\fR
42 input file is in NeXTstep/GNUstep .strings syntax
43 .SS "Output details:"
44 .TP
45 \fB\-e\fR, \fB\-\-no\-escape\fR
46 do not use C escapes in output (default)
47 .TP
48 \fB\-E\fR, \fB\-\-escape\fR
49 use C escapes in output, no extended chars
50 .TP
51 \fB\-\-force\-po\fR
52 write PO file even if empty
53 .TP
54 \fB\-i\fR, \fB\-\-indent\fR
55 indented output style
56 .TP
57 \fB\-\-no\-location\fR
58 suppress '#: filename:line' lines
59 .TP
60 \fB\-\-add\-location\fR
61 preserve '#: filename:line' lines (default)
62 .TP
63 \fB\-\-strict\fR
64 strict Uniforum output style
65 .TP
66 \fB\-p\fR, \fB\-\-properties\-output\fR
67 write out a Java .properties file
68 .TP
69 \fB\-\-stringtable\-output\fR
70 write out a NeXTstep/GNUstep .strings file
71 .TP
72 \fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR
73 set output page width
74 .TP
75 \fB\-\-no\-wrap\fR
76 do not break long message lines, longer than
77 the output page width, into several lines
78 .TP
79 \fB\-s\fR, \fB\-\-sort\-output\fR
80 generate sorted output
81 .TP
82 \fB\-F\fR, \fB\-\-sort\-by\-file\fR
83 sort output by file location
84 .SS "Informative output:"
85 .TP
86 \fB\-h\fR, \fB\-\-help\fR
87 display this help and exit
88 .TP
89 \fB\-V\fR, \fB\-\-version\fR
90 output version information and exit
91 .SH AUTHOR
92 Written by Bruno Haible.
93 .SH "REPORTING BUGS"
94 Report bugs to <bug-gnu-gettext@gnu.org>.
95 .SH COPYRIGHT
96 Copyright \(co 2001-2005 Free Software Foundation, Inc.
97 .br
98 This is free software; see the source for copying conditions.  There is NO
99 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
100 .SH "SEE ALSO"
101 The full documentation for
102 .B msgconv
103 is maintained as a Texinfo manual.  If the
104 .B info
106 .B msgconv
107 programs are properly installed at your site, the command
109 .B info msgconv
111 should give you access to the complete manual.