hutrans
—
hutrans command manual page
hutrans |
[-i input]
[-o output] |
The hutrans
command converts 7-bit ASCII HTML
representation of non-ASCII characters, such as Ӓ (decimal) or
ꯍ (hexadecimal) into UTF-8 encoded text.
The options are as follows:
-i
input
- Specify input file (default: stdin).
-o
output
- Specify output file (default: stdout).
The hutrans
command ignores environment variables.
The following is an example of a typical usage of the
hutrans
command:
% hutrans -i input -o
output
ANSI X3.159-1989 (“ANSI C89”),
UTF-8, RFC2279
Exit status is 0 on success, 1 on invalid usage, and 2 if a file cannot be
opened.
This manual page was written by G. Adam Stanislav
⟨adam@whizkidtech.net⟩.