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, 2010, Oracle and/or its affiliates. All rights reserved.
5 .TH msgcvt 1 "26 Apr 2010" "SunOS 5.11" "User Commands"
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 converts it to \fBHTML\fR on the standard output. The input file must contain the control statement \fB$quote "\fR and use the \fB"\fR character to quote message text. The output is in a form suitable for automatic translation by web sites such as http://babelfish.yahoo.com\&.
21 The following options are supported:
34 Generate \fBHTML\fR from \fBgencat\fR(1) input.
51 Generate a \fBgencat\fR(1) message file from (presumably translated) \fBHTML\fR. Wide characters are UTF-8 encoded.
66 The message file is raw message text, one message per line, with no quoting or line numbering.
78 Successful completion.
89 One or more specified jobs does not exist.
94 \fBExample 1 \fRGenerating a \fBgencat\fR Message Catalog File
97 The following example generates a \fBgencat\fR(1) message catalog file from an HTML file:
102 example% cat example.html | msgcvt -m > examplecat
110 Glenn Fowler, \fBgsf@research.att.com\fR
114 See \fBattributes\fR(5) for descriptions of the following attributes:
123 ATTRIBUTE TYPE
\aATTRIBUTE VALUE
125 Availability
\adeveloper/astdev
127 Interface Stability
\aVolatile
133 \fBgencat\fR(1), \fBmsgcc\fR(1), \fBmsggen\fR(1), \fBattributes\fR(5)