From jan@swi.psy.uva.nl Mon May  7 20:54:23 2001
Received: from gollem.swi.psy.uva.nl (root@gollem [145.18.152.30])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f47IsN303201;
	Mon, 7 May 2001 20:54:23 +0200 (MET DST)
Received: (from jan@localhost)
	by gollem.swi.psy.uva.nl (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f47IsND20378;
	Mon, 7 May 2001 20:54:23 +0200
Date: Mon, 7 May 2001 20:54:23 +0200
Message-Id: <200105071854.f47IsND20378@gollem.swi.psy.uva.nl>
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Subject: Re: [SWIPL] help on put(10)
To: "Lars G. Johnsen" <lars.johnsen@lili.uib.no>,
   "Jan Wielemaker" <jan@swi.psy.uva.nl>
In-Reply-To: Lars G. Johnsen's message of Mon, 7 May 2001 20:10:32 +0200
Phone: +31 - 20 - 525 6121
Cc: <prolog@swi.psy.uva.nl>

> To list (2nd try - sorry if this question pops up twice)
>  
> I have a problem with put(10) on windows, probably related to end of line character difference betw> een unix and dos/windows. SWI seems to automatically do a put(13) after a put(10), as if it assumes>  I try to make an end of line. Is there of writing ascii 10 to a file without ascii 13 following? I>  run the latest (the xpce) edition. 

Open the file in binary mode using open/4.

	--- Jan

