Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / man / man1 / msgconv.1
blob6c740c268501638187dba219cdfac031768d3dde
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGCONV "1" "June 2010" "GNU gettext-tools 0.18.1" 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\-\-color\fR
46 use colors and other text attributes always
47 .TP
48 \fB\-\-color\fR=\fIWHEN\fR
49 use colors and other text attributes if WHEN.
50 WHEN may be 'always', 'never', 'auto', or 'html'.
51 .TP
52 \fB\-\-style\fR=\fISTYLEFILE\fR
53 specify CSS style rule file for \fB\-\-color\fR
54 .TP
55 \fB\-e\fR, \fB\-\-no\-escape\fR
56 do not use C escapes in output (default)
57 .TP
58 \fB\-E\fR, \fB\-\-escape\fR
59 use C escapes in output, no extended chars
60 .TP
61 \fB\-\-force\-po\fR
62 write PO file even if empty
63 .TP
64 \fB\-i\fR, \fB\-\-indent\fR
65 indented output style
66 .TP
67 \fB\-\-no\-location\fR
68 suppress '#: filename:line' lines
69 .TP
70 \fB\-\-add\-location\fR
71 preserve '#: filename:line' lines (default)
72 .TP
73 \fB\-\-strict\fR
74 strict Uniforum output style
75 .TP
76 \fB\-p\fR, \fB\-\-properties\-output\fR
77 write out a Java .properties file
78 .TP
79 \fB\-\-stringtable\-output\fR
80 write out a NeXTstep/GNUstep .strings file
81 .TP
82 \fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR
83 set output page width
84 .TP
85 \fB\-\-no\-wrap\fR
86 do not break long message lines, longer than
87 the output page width, into several lines
88 .TP
89 \fB\-s\fR, \fB\-\-sort\-output\fR
90 generate sorted output
91 .TP
92 \fB\-F\fR, \fB\-\-sort\-by\-file\fR
93 sort output by file location
94 .SS "Informative output:"
95 .TP
96 \fB\-h\fR, \fB\-\-help\fR
97 display this help and exit
98 .TP
99 \fB\-V\fR, \fB\-\-version\fR
100 output version information and exit
101 .SH AUTHOR
102 Written by Bruno Haible.
103 .SH "REPORTING BUGS"
104 Report bugs to <bug-gnu-gettext@gnu.org>.
105 .SH COPYRIGHT
106 Copyright \(co 2001-2010 Free Software Foundation, Inc.
107 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
109 This is free software: you are free to change and redistribute it.
110 There is NO WARRANTY, to the extent permitted by law.
111 .SH "SEE ALSO"
112 The full documentation for
113 .B msgconv
114 is maintained as a Texinfo manual.  If the
115 .B info
117 .B msgconv
118 programs are properly installed at your site, the command
120 .B info msgconv
122 should give you access to the complete manual.