Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!pt.cs.cmu.edu!sei!sei.cmu.edu!pdb From: pdb@sei.cmu.edu (Patrick Barron) Newsgroups: comp.org.decus Subject: Re: ebcdic Message-ID: <1479@aw.sei.cmu.edu> Date: Mon, 1-Jun-87 13:58:28 EDT Article-I.D.: aw.1479 Posted: Mon Jun 1 13:58:28 1987 Date-Received: Sat, 6-Jun-87 18:40:55 EDT References: <8706011216.AA12964@ucbvax.Berkeley.EDU> Sender: netnews@sei.cmu.edu Reply-To: pdb@ci.sei.cmu.edu.UUCP (PUT YOUR NAME HERE) Organization: Carnegie-Mellon University, SEI, Pgh, Pa Lines: 15 In article <8706011216.AA12964@ucbvax.Berkeley.EDU> aad#@ANDREW.CMU.EDU (Anthony A. Datri) writes: >Such a translator should be very simple to write. Now, >if they were running unix, all they'd have to do is come >up with the appropriate tr command line. Dig up a >conversion table and write a C program that consists >basically of a couple fopens and a switch Ahh, much easier than that. All you need to do is: dd if= of= conv=ebcdic (converts ASCII to EBCDIC) " conv=ascii (converts EBCDIC to ASCII) --Pat.