Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2001 16:39:19 -0500 (EST)
From:      Thomas David Rivers <rivers@dignus.com>
To:        freebsd-hackers@freebsd.org, jgrosch@mooseriver.com
Subject:   Re: EBCDIC -> ASCII
Message-ID:  <200101292139.QAA25500@lakes.dignus.com>
In-Reply-To: <20010129133357.A55581@mooseriver.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Josef Grosch <jgrosch@mooseriver.com> wrote:
> 
> 
> Does anybody know of an EBCDIC to ASCII converter? I thought that at one
> time FreeBSD had one of these.
> 
> 
> Josef

 Check out the `dd' command.. particularly the `conv' suboption:

     conv= value[, value ...]
              Where value is one of the symbols from the following list.

              ascii, oldascii
                       The same as the unblock value except that characters
                       are translated from EBCDIC to ASCII before the records
                       are converted.  (These values imply unblock if the
                       operand cbs is also specified.)  There are two conver-
                       sion maps for ASCII. The value ascii specifies the rec-
                       ommended one which is compatible with System V.  The
                       value oldascii specifies the one used in historic AT&T
                       and pre-4.3BSD-reno systems.

	- Dave Rivers -

--
rivers@dignus.com                         Work: (919) 676-0847
Get your mainframe (370) `C' compiler at http://www.dignus.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101292139.QAA25500>