DragonFly On-Line Manual Pages

Search: Section:  


UHTRANS(1)             DragonFly General Commands Manual            UHTRANS(1)

NAME

uhtrans - uhtrans command manual page

SYNOPSIS

uhtrans [-i input] [-o output]

DESCRIPTION

The uhtrans command converts UTF-8 encoded text files into 7-bit ASCII. Anything that cannot be expressed in ASCII is turned into its HTML representation, such as Ӓ The options are as follows: -i input Specify input file (default: stdin). -o output Specify output file (default: stdout).

ENVIRONMENT

The uhtrans command ignores environment variables.

EXAMPLES

The following is an example of a typical usage of the uhtrans command: % tuc input | utrans | uhtrans -o output

SEE ALSO

utrans(1), tuc(1), libutf-8(3) G. Adam Stanislav, Whiz Kid Technomagic i18n Tools, http://www.whizkidtech.net/i18n/.

STANDARDS

ANSI X3.159-1989 ("ANSI C89"), UTF-8, RFC2279

DIAGNOSTICS

Exit status is 0 on success, number of errors otherwise. The uhtrans command aborts when the number of errors reaches MAX_ERRORS (defined as 8).

AUTHORS

This manual page was written by G. Adam Stanislav <adam@whizkidtech.net>.

BUGS

No known bugs. DragonFly 6.5-DEVELOPMENT April 6, 1999 DragonFly 6.5-DEVELOPMENT

Search: Section: