version 1, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
MSGUNFMT |
|
|
2 |
!!!MSGUNFMT |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
AUTHOR |
|
|
7 |
REPORTING BUGS |
|
|
8 |
COPYRIGHT |
|
|
9 |
SEE ALSO |
|
|
10 |
---- |
|
|
11 |
!!NAME |
|
|
12 |
|
|
|
13 |
|
|
|
14 |
msgunfmt - decompile message catalogs |
|
|
15 |
!!SYNOPSIS |
|
|
16 |
|
|
|
17 |
|
|
|
18 |
__msgunfmt__ [[''OPTION''] |
|
|
19 |
[[''FILE'']... |
|
|
20 |
!!DESCRIPTION |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
Mandatory arguments to long options are mandatory for short |
|
|
24 |
options too. |
|
|
25 |
|
|
|
26 |
|
|
|
27 |
__-e__, __--no-escape__ |
|
|
28 |
|
|
|
29 |
|
|
|
30 |
do not use C escapes in output (default) |
|
|
31 |
|
|
|
32 |
|
|
|
33 |
__-E__, __--escape__ |
|
|
34 |
|
|
|
35 |
|
|
|
36 |
use C escapes in output, no extended chars |
|
|
37 |
|
|
|
38 |
|
|
|
39 |
__--force-po__ |
|
|
40 |
|
|
|
41 |
|
|
|
42 |
write PO file even if empty |
|
|
43 |
|
|
|
44 |
|
|
|
45 |
__-h__, __--help__ |
|
|
46 |
|
|
|
47 |
|
|
|
48 |
display a help message and exit |
|
|
49 |
|
|
|
50 |
|
|
|
51 |
__-i__, __--indent__ |
|
|
52 |
|
|
|
53 |
|
|
|
54 |
write indented output style |
|
|
55 |
|
|
|
56 |
|
|
|
57 |
__-o__, __--output-file__=''FILE'' |
|
|
58 |
|
|
|
59 |
|
|
|
60 |
write output into ''FILE'' instead of standard |
|
|
61 |
output |
|
|
62 |
|
|
|
63 |
|
|
|
64 |
__--strict__ |
|
|
65 |
|
|
|
66 |
|
|
|
67 |
write strict uniforum style |
|
|
68 |
|
|
|
69 |
|
|
|
70 |
__-V__, __--version__ |
|
|
71 |
|
|
|
72 |
|
|
|
73 |
output version information and exit |
|
|
74 |
|
|
|
75 |
|
|
|
76 |
__-w__, __--width__=''NUMBER'' |
|
|
77 |
|
|
|
78 |
|
|
|
79 |
set output page width |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
Convert binary .mo files to Uniforum style .po files. Both |
|
|
83 |
little-endian and big-endian .mo files are handled. If no |
|
|
84 |
input file is given or it is -, standard input is read. By |
|
|
85 |
default the output is written to standard |
|
|
86 |
output. |
|
|
87 |
!!AUTHOR |
|
|
88 |
|
|
|
89 |
|
|
|
90 |
Written by Ulrich Drepper. |
|
|
91 |
!!REPORTING BUGS |
|
|
92 |
|
|
|
93 |
|
|
|
94 |
Report bugs to |
|
|
95 |
!!COPYRIGHT |
|
|
96 |
|
|
|
97 |
|
|
|
98 |
Copyright 1995-1998, 2000, 2001 Free Software Foundation, |
|
|
99 |
Inc. |
|
|
100 |
This is free software; see the source for copying |
|
|
101 |
conditions. There is NO warranty; not even for |
|
|
102 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR |
|
|
103 |
PURPOSE. |
|
|
104 |
!!SEE ALSO |
|
|
105 |
|
|
|
106 |
|
|
|
107 |
msgfmt(1) |
|
|
108 |
|
|
|
109 |
|
|
|
110 |
The full documentation for __msgunfmt__ is maintained as |
|
|
111 |
a Texinfo manual. If the __info__ and __msgunfmt__ |
|
|
112 |
programs are properly installed at your site, the command |
|
|
113 |
__info msgunfmt__ should give you access to the complete |
|
|
114 |
manual. |
|
|
115 |
|
|
|
116 |
|
|
|
117 |
On Debian, the manual is also available in HTML format in |
|
|
118 |
the gettext-doc package. |
|
|
119 |
---- |