Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3D4DADA3.5060106@upb.de> Date: Mon, 05 Aug 2002 00:41:39 +0200 From: =?ISO-8859-1?Q?Sven_K=F6hler?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1b) Gecko/20020721 X-Accept-Language: de, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: mixed textfile-mode? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Aug 2002 22:42:05.0296 (UTC) FILETIME=[28474700:01C23C08] hi, i thought about introducing a "mixed" textmode - that means no converting when writing (this will result in normal UNIX lineendings) but CRLF to LF conversion when reading (which maked windows-files acceptable - UNIX lineendings would be accepted too, because an LF doesn't have to ber converted). there is just one case i worry about: writing CRLF with conversation will result in CRCRLF and will be read as CRLF. in the mixed mode CRLF would be written as CRLF, but read as LF. perhaps writing CRCRLF in this case would be a clever idea. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/