Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!decwrl!megatest!djones From: djones@megatest.UUCP (Dave Jones) Newsgroups: comp.lang.c Subject: Re: Binary data file compatibility across machines Message-ID: <14568@goofy.megatest.UUCP> Date: 29 Nov 90 02:03:22 GMT References: Organization: Megatest Corporation, San Jose, Ca Lines: 12 From article , by prk@planet.bt.co.uk (KnightRider): > stiber@cs.ucla.edu (Michael D Stiber) writes: >>However, in my application, >>ASCII would produce files that are way too huge --- I must use a binary >>format. I suppose you have considered using "compress" and "uncompress" in conjunction with ascii files, but I thought I would just mention it. Also, you don't have to use the obvious ascii encoding either. That converts one binary nibble into an ascii char, doubling the data size. It's not at all hard to get a ratio of 4/3 as uuencode does.