msgcvt [-hmr]
msgcvt reads a gencat(1) format file on the standard input and converts it to HTML on the standard output. The input file must contain the control statement $quote " and use the " character to quote message text. The output is in a form suitable for automatic translation by web sites such as http://babelfish.yahoo.com.
The following options are supported:
Generate HTML from gencat(1) input.
This is the default.
Generate a gencat(1) message file from (presumably translated) HTML. Wide characters are UTF-8 encoded.
The message file is raw message text, one message per line, with no quoting or line numbering.
Successful completion.
One or more specified jobs does not exist.
The following example generates a gencat(1) message catalog file from an HTML file:
example% cat example.html | msgcvt -m > examplecat
Glenn Fowler, [email protected]
See attributes(5) for descriptions of the following attributes:
|