delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1997/01/30/22:20:04

From: jqb AT netcom DOT com (Jim Balter)
Subject: Re: ASCII and BINARY files. Why?
30 Jan 1997 22:20:04 -0800 :
Approved: cygnus DOT gnu-win32 AT cygnus DOT com
Distribution: cygnus
Message-ID: <32F15F54.4AE7.cygnus.gnu-win32@netcom.com>
References: <009AF2AD DOT 8E452080 DOT 8737 AT ifk20 DOT mach DOT uni-karlsruhe DOT de>
Mime-Version: 1.0
X-Mailer: Mozilla 3.01Gold (WinNT; I)
Original-To: dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de
Original-CC: gnu-win32 AT cygnus DOT com
Original-Sender: owner-gnu-win32 AT cygnus DOT com

dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de wrote:
> 
> Hi, you wrote:
> 
> : Content-Type: application/x-zip-compressed; name="fran.zip"
> : Content-Transfer-Encoding: base64
> 
> My mailer can't handle base64 nor quoted/printable.
> (But it handles 8bit Latin1 or the proprietary VMS mail foreign format 8-)
> RFC1920 still lists MIME as draft/elective...
> Can you please send again uuencoded or put this on an FTP server?
> 
> Bye, Heribert (dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de)

It was just a piece of text without CR's.  If you aren't mounted -b,
you can still produce plenty of your own with

#include <stdio.h>
#include <fcntl.h>

int main(int argc, char **argv)
{
  int c;
  setmode(fileno(stdout), O_BINARY);
  while ((c = getchar()) != EOF) putchar(c);
  return 0;
}

--
<J Q B>
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019