X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:references:to:subject; q=
	dns; s=default; b=gdyViTE3aJ7aBELNZDwkoShwUcNlRh22w9I81U0AwQ96RM
	5zkCF7b0ZHsBV4XSE+mXqMC/KcW7YUOQQqI17BOMr3IPuwyZEze3w3jAPGGtWQwC
	CIXQeFS1RhgSXe3ofr7SQEUM8XNTCt5OmhJ/EvBIwgdmtkl9lrvNImDoj4lao=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:references:to:subject; s=
	default; bh=eEpIRogRcHe0ng+3wvHVZmLBauE=; b=HtWFgU1buOSZ3rnRe3yT
	UCD3iUVPEyp3B/Yh3yo0ZOSev2k/cQsGxZZGHi39NZMkBFHxIkHGlUpudu3NKM/O
	bLiAW8jscgqX7hG9cIZUSzbC4O0bpKIgq0RNbEQ/jx5Jhql0earMjHW+dWI9qJVf
	jhc0dMratYjpvkjGO+41Ae4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*M:google
X-HELO: mail-oi0-f49.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:message-id:date:from:references:to:subject         :user-agent;        bh=W4cE1FgPWCrfwZXezkFups9KEalWXFL3RlGoPOK3hZA=;        b=GwaEdCED3ysmJX/wmw1fKpVK6uZJPmmno1+qkKGM7vBiNv95blNrETXXhqemRAA+Wi         bjxuNIcDAPYK+KtxLstKTPPmOyjJ6wyPXNcR7hYBl23ssiACEDFmfSrMocZExVgTJC0I         ZIWU+6KzuAbX5qKMZuD69wqZq0gfTxJwkGmgypEz5zdyZnkssTmHXqXfs4xfs/dbTMnm         vA3pKno/fZavdRBZtTZZnp8dIWpP60rz4eFbsHeNf1loY3zjzr1/VKlIJQzcvw7ZHY+p         7jISVcaYuMQmNxACSf58g1KCB93Vq3phcR6i9pv43kB9yoeU0otyLvPD1aJ2hmYhZELI         FleA==
X-Gm-Message-State: AIkVDXLvMagJBfkiu3UHcSLpAdQVjtaADwv/hZISJsVtPnpOccybScEJa7QgU9m1XXyfCQ==
X-Received: by 10.202.213.204 with SMTP id m195mr21839oig.171.1485389641582;        Wed, 25 Jan 2017 16:14:01 -0800 (PST)
Message-ID: <58893f48.0850ca0a.6c5d.5fde@mx.google.com>
Date: Wed, 25 Jan 2017 16:14:00 -0800 (PST)
From: Steven Penny <svnpenn@gmail.com>
X-Google-Original-From: Steven Penny
References: <d58b09904f6fc607e5c044e67a02f393@smtp-cloud3.xs4all.net>
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] Updated: dash-0.5.8-3
User-Agent: mailing-list.awk 1.0.0

On Wed, 25 Jan 2017 14:37:00, Houder wrote:
>  - I get the same result (for both the current cygwin1.dll and the modified one)
>  - enter alt-234,
>    followed by a backspace, followed by a linefeed

Ok, I can dup this. In your previous email you did not mention the final
newline. Here is my similar test:

1. echo
2. Alt 234
3. Backspace

Dash result:

    $ echo | od -tcx1
    0000000 316  \n
             ce  0a

Bash result:

    $ echo | od -tcx1
    0000000  \n
             0a

Obviously Bash is not the problem, nor readline as Dash doesnt use readline. So
it appears the issue this time is again with cygwin1.dll, or perhaps the Dash
package.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

