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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type; q=dns; s=default; b=XKWN
	EVXeimV0q0hCAF4o2ZfsoOwKFb1nil+bFLUGVA1OD7BfUBBAaFlOAcn/rPR3ZBKU
	+eclbA8hbHZS1EhGiRqird6AmtkDqaZ4PGxrAkMtGiYrEjm78OaLbRxxe1uRFVDf
	+a5bxrwrREe5jIJtmdlbY9hJajMzfakXC/MbcRM=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type; s=default; bh=6w2Kzod9GN
	QZOyRu6CUVVw3lQgw=; b=yvY1Bdnh4RAXaRnq9OaUlKMmvK9UEONbgF+AtlyyJt
	+cXUSA3xdDBGoauDBATw9ltHWdrSdcQMvb3UL0hgb408BVUOg7iARseGJAnn2WlA
	6OVmA6bD6DfVcJ4tiBh/Roau5TqnLLwjb1NDLGQq5ZeZRS6nRcPDpb4gdCDWmYQO
	0=
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.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1226
X-HELO: mx1.redhat.com
Subject: Re: [ANNOUNCEMENT] Updated: dash-0.5.8-3
To: cygwin@cygwin.com, Thomas Wolff <towo@towo.net>
References: <d58b09904f6fc607e5c044e67a02f393@smtp-cloud3.xs4all.net> <58893f48.0850ca0a.6c5d.5fde@mx.google.com> <81b5af354b7a3925ff0a68dcc063265f@smtp-cloud6.xs4all.net> <20170131100402.GB29504@calimero.vinschen.de> <20170131131616.GC29504@calimero.vinschen.de> <40c92f1e987a9162742766816abb4a03@smtp-cloud2.xs4all.net> <20170131153245.GA8905@calimero.vinschen.de>
From: Eric Blake <eblake@redhat.com>
Openpgp: url=http://people.redhat.com/eblake/eblake.gpg
Message-ID: <e55565fd-fefe-2b0a-5fd0-56e4b8cc7100@redhat.com>
Date: Tue, 31 Jan 2017 09:42:19 -0600
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0
MIME-Version: 1.0
In-Reply-To: <20170131153245.GA8905@calimero.vinschen.de>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ubAbhtFU4KI4n6egFjD3TK6aaV6VT3AWF"
X-IsSubscribed: yes

--ubAbhtFU4KI4n6egFjD3TK6aaV6VT3AWF
Content-Type: multipart/mixed; boundary="EaW73HARO2Jgvk5Vq3Fj9fe5BsOEOBnBF";
 protected-headers="v1"
From: Eric Blake <eblake@redhat.com>
To: cygwin@cygwin.com, Thomas Wolff <towo@towo.net>
Message-ID: <e55565fd-fefe-2b0a-5fd0-56e4b8cc7100@redhat.com>
Subject: Re: [ANNOUNCEMENT] Updated: dash-0.5.8-3
References: <d58b09904f6fc607e5c044e67a02f393@smtp-cloud3.xs4all.net>
 <58893f48.0850ca0a.6c5d.5fde@mx.google.com>
 <81b5af354b7a3925ff0a68dcc063265f@smtp-cloud6.xs4all.net>
 <20170131100402.GB29504@calimero.vinschen.de>
 <20170131131616.GC29504@calimero.vinschen.de>
 <40c92f1e987a9162742766816abb4a03@smtp-cloud2.xs4all.net>
 <20170131153245.GA8905@calimero.vinschen.de>
In-Reply-To: <20170131153245.GA8905@calimero.vinschen.de>


--EaW73HARO2Jgvk5Vq3Fj9fe5BsOEOBnBF
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

On 01/31/2017 09:32 AM, Corinna Vinschen wrote:

> This has nothing to do with Windows.  It's the termios implementation
> inside Cygwin.  I created a patch introducing the IUTF8 flag as on Linux
> as well as a code snippet trying to remove entire utf-8 characters from
> the input if the IUTF8 flag is set.  And it's set now by default since
> we default to UTF-8 anyway.
>=20
> Thomas, you may want to check for the IUTF8 flag in upcoming mintty
> versions and unset it if character set configured in the mintty options
> dialog is !=3D UTF-8.
>=20
> I uploaded new developer snapshots to https://cygwin.com/snapshots/
> with this patch.  I'm also going to release a Cygwin test version
> later today.

And I will be providing a test build of coreutils (for stty) that
exposes IUTF8 to the command line (to be promoted to current once the
cygwin release is).  dash and readline do NOT need to be rebuilt to take
advantage of it (since it is the terminal, not the shell, that is
handling input), although I need to rebuild readline soon because of
some upstream patches that need to be folded in.

--=20
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


--EaW73HARO2Jgvk5Vq3Fj9fe5BsOEOBnBF--

--ubAbhtFU4KI4n6egFjD3TK6aaV6VT3AWF
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: Public key at http://people.redhat.com/eblake/eblake.gpg
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCAAGBQJYkLBbAAoJEKeha0olJ0Nqea4H/0r5d6BOW/35G4tkfjQspdd8
8/Ha6AIHgGxT8YHIgHOB5WT479v35EisrW0IV56VkPr+xBDvI2HAsRRkEqqWQn2b
AFi3IEcVOHr+Sln+FbKQrTG/G/JRvPlUnT4gTkrPQ+2YDmBcb6WqUfN9I3CO+ChW
zU6/vs+5ciMaW+njwTxr62IaZz1qQ8JrGM+OUwoSABJzAualNknfJpPwjeEyVUHc
UGHqc8Ho6z6EDJMkvfV2bdImHaJN4VPh5Y6jqhlorFgNDXqDnyiNxQwMwg8a7nTv
ENhfpxKkCSL72OfK3d7Zyhenvu2kWyK1Z/vPx4qC70Y9y8wAJM409X7MPy7IIc4=
=dJ/D
-----END PGP SIGNATURE-----

--ubAbhtFU4KI4n6egFjD3TK6aaV6VT3AWF--
