GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
UHTRANS(1) FreeBSD General Commands Manual UHTRANS(1)

uhtrans
uhtrans command manual page

uhtrans [-i input] [-o output]

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:

input
Specify input file (default: stdin).
output
Specify output file (default: stdout).

The uhtrans command ignores environment variables.

The following is an example of a typical usage of the uhtrans command:

% tuc input | utrans | uhtrans -o output

utrans(1), tuc(1), libutf-8(3)

G. Adam Stanislav, Whiz Kid Technomagic i18n Tools, http://www.whizkidtech.net/i18n/.

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

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).

This manual page was written by G. Adam Stanislav ⟨adam@whizkidtech.net⟩.

No known bugs.
April 6, 1999 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.