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
PTRANS(1) FreeBSD General Commands Manual PTRANS(1)

ptrans
ptrans command manual page

ptrans [-v] [-b] [-t] [-e] [-7] [-8] [-p pagefile] [-i inputfile] [-o outputfile]

The ptrans command converts UTF-8 encoded text files to files with any character encoding. Anything that does not fit requested character mapping is expressed in the HTML format of Ӓ (decimal).

The options are as follows:

Verbose mode.
Pagefile is binary (default).
Pagefile is plain text.
Ignore environment variables.
Produce seven-bit output.
Produce eight-bit output (default).
pagefile
File with the mapping of Unicode to 8-bit encoding.
inputfile
Input (default: stdin).
outputfile
Output (default: stdout).

The ptrans command uses the PTRANS environment variable if no pagefile is specified on the command line. If ptrans does not find the PTRANS variable, it uses the UTRANS environment variable instead.

It uses the CHARMAPS environment variable to determine the path to the pagefile.

The ptrans command ignores the environment variables if the -e switch is used.

The binary pagefile is simply raw data. The text pagefile follows one of these formats:

=A2 U+0123
/xE0 U1234

to map an 8-bit character code into Unicode encoding. These formats are identical to those used by utrans(1).

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

% ptrans -t -p iso8859-2.txt -i source -o index.html

libutf-8(3), utrans(1), uhtrans(1), hutrans(1), tuc(1), cat(1)

Roman Czybora, The 8859 Alphabet Soup, http://czybora.com/charsets/iso8859.html.

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

ANSI X3.159-1989 (“ANSI C89”), number of other standards.

Exit status is 0 on success, 1 on invalid usage, 2 if a file cannot be opened, and 3 if memory allocation fails.

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

No known bugs.
April 12, 1998 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.