1MSGCONV(1) GNU MSGCONV(1)
2
3
4
6 msgconv - character set conversion for message catalog
7
9 msgconv [OPTION] [INPUTFILE]
10
12 Converts a translation catalog to a different character encoding.
13
14 Mandatory arguments to long options are mandatory for short options
15 too.
16
17 Input file location:
18 INPUTFILE
19 input PO file
20
21 -D, --directory=DIRECTORY
22 add DIRECTORY to list for input files search
23
24 If no input file is given or if it is -, standard input is read.
25
26 Output file location:
27 -o, --output-file=FILE
28 write output to specified file
29
30 The results are written to standard output if no output file is speci‐
31 fied or if it is -.
32
33 Conversion target:
34 -t, --to-code=NAME
35 encoding for output
36
37 The default encoding is the current locale's encoding.
38
39 Input file syntax:
40 -P, --properties-input
41 input file is in Java .properties syntax
42
43 --stringtable-input
44 input file is in NeXTstep/GNUstep .strings syntax
45
46 Output details:
47 -e, --no-escape
48 do not use C escapes in output (default)
49
50 -E, --escape
51 use C escapes in output, no extended chars
52
53 --force-po
54 write PO file even if empty
55
56 -i, --indent
57 indented output style
58
59 --no-location
60 suppress '#: filename:line' lines
61
62 --add-location
63 preserve '#: filename:line' lines (default)
64
65 --strict
66 strict Uniforum output style
67
68 -p, --properties-output
69 write out a Java .properties file
70
71 --stringtable-output
72 write out a NeXTstep/GNUstep .strings file
73
74 -w, --width=NUMBER
75 set output page width
76
77 --no-wrap
78 do not break long message lines, longer than the output page
79 width, into several lines
80
81 -s, --sort-output
82 generate sorted output
83
84 -F, --sort-by-file
85 sort output by file location
86
87 Informative output:
88 -h, --help
89 display this help and exit
90
91 -V, --version
92 output version information and exit
93
95 Written by Bruno Haible.
96
98 Report bugs to <bug-gnu-gettext@gnu.org>.
99
101 Copyright © 2001-2007 Free Software Foundation, Inc. License GPLv3+:
102 GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
103 This is free software: you are free to change and redistribute it.
104 There is NO WARRANTY, to the extent permitted by law.
105
107 The full documentation for msgconv is maintained as a Texinfo manual.
108 If the info and msgconv programs are properly installed at your site,
109 the command
110
111 info msgconv
112
113 should give you access to the complete manual.
114
115
116
117GNU gettext-tools 0.17 November 2007 MSGCONV(1)