2 .\" Copyright (c) 2000-2007 AT&T Knowledge Ventures
3 .\" To view license terms, see http://www.opensource.org/licenses/cpl1.0.txt
4 .\" Portions Copyright (c) 2007, Sun Microsystems, Inc.
5 .TH MSGCVT 1 "Oct 9, 2007"
7 msgcvt \- convert message file to and from HTML
11 \fBmsgcvt\fR [\fB-hmr\fR]
17 \fBmsgcvt\fR reads a \fBgencat\fR(1) format file on the standard input and
18 converts it to \fBHTML\fR on the standard output. The input file must contain
19 the control statement \fB$quote "\fR and use the \fB"\fR character to quote
20 message text. The output is in a form suitable for automatic translation by web
21 sites such as http://babelfish.altavista.com\&.
25 The following options are supported:
36 Generate \fBHTML\fR from \fBgencat\fR(1) input.
51 Generate a \fBgencat\fR(1) message file from (presumably translated)
52 \fBHTML\fR. Wide characters are UTF-8 encoded.
65 The message file is raw message text, one message per line, with no quoting or
76 Successful completion.
85 One or more specified jobs does not exist.
90 \fBExample 1 \fRGenerating a \fBgencat\fR Message Catalog File
93 The following example generates a \fBgencat\fR(1) message catalog file from an
99 example% cat example.html | msgcvt -m > examplecat
107 Glenn Fowler, \fBgsf@research.att.com\fR
111 See \fBattributes\fR(5) for descriptions of the following attributes:
119 ATTRIBUTE TYPE ATTRIBUTE VALUE
121 Interface Stability Volatile
127 \fBgencat\fR(1), \fBmsgcc\fR(1), \fBmsggen\fR(1), \fBattributes\fR(5)