X-Recipient: archive-cygwin AT delorie DOT 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:to:subject; q=dns; s= default; b=THVckyMdPQZJD2CBkcdmTaMjFOMJ9KORaIvSuh23c81duD5nprZgk WBJEPZ39WE2Llk3CCVoHRpw1WzmiXBX+MtgRaXwgOG1xZGL9PLT2YckAw7y9iqgt fiqxjg6vcwLEmVPWTjNNHvU5QwNEaXFOuE+AU0BpNszVr/TxdozXiY= 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:to:subject; s=default; bh=VZteSKPCBuZs/kafnOSykpdYBes=; b=V6Ft9vmOix7CxR2AXD5V1d/rwNzz TDxSPNL4uV0iW1jymnQ0v5Ah4XSFJtL+Aw3OgBHJECLiin1wHC9S9V7Ng8R4a2kt wKQRoeVGwcSdxi0kpHm3WugkhApL8q3UWpS5QKtKTuV7QeNAefYcWJwruQYyDNcB To5zs66JaV1CU6Q= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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=LETTER, Hx-languages-length:723, greek, omega X-HELO: mail-oi0-f53.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:to:subject; bh=ZYvgm/Nxv5ZelWNODNEFbZmcz3qtOTn9O+y6cX5EB7Q=; b=ZLKkaVQWpk0GoH4jPflrH5jZkLNTvZwYvOoOly9L/9EyLizKzwWtwnud2TsrKoLzPn KLIhQltegryIAM08jsFxA+Lq6DuQaz7enReekqMv1kLuZqbBGeKxtg73uXBKlLIFEAEb DRnmWLZLcqbGrbNyg911MKu43AFrLc7Jzv0N8B2JjZgQt66bpQVJnPp1NyFIePTwbTHb c6cdUoRSft1vEOa5dE/7+MgzNe/NBVSwkkQTX3l+sUldfCz0MoBi8Zy39PqV7vxOF/Qx lRr904oghqvsZCGuJfiTYASbSiXAMbsC4VE81nZ6gfaJ7oaK68OfrmKNqJZPSGY15BtU 6IeA== X-Gm-Message-State: AIkVDXLE3kuBlGMsSL72EjebEw2dQd6kXQWLvVuxfm19CcuucGpcHTjRKdAJRWsSNSXiBA== X-Received: by 10.157.37.99 with SMTP id j32mr201771otd.232.1484008757941; Mon, 09 Jan 2017 16:39:17 -0800 (PST) Message-ID: <58742d35.43029d0a.29fa1.0df9@mx.google.com> Date: Mon, 09 Jan 2017 16:39:17 -0800 (PST) From: Steven Penny X-Google-Original-From: Steven Penny To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: Cygwin 2.6.1-1 On Sun, 18 Dec 2016 09:41:29, Corinna Vinschen wrote: > - Fix regression in console charset handling > Addresses: https://cygwin.com/ml/cygwin/2016-10/msg00000.html It looks like fixing this may have caused another issue. Example test: With cmd.exe, you can type Alt 234 and it produces GREEK CAPITAL LETTER OMEGA U+03A9. However with Cygwin via Cygwin.bat it yields nothing. Non ASCII characters can be read from scripts, but they cannot be entered interactively. They cannot be pasted either; pasting some words will remove all non ASCII characters. I believe this to be a recent issue, if memory serves this did work before, and should given that cmd.exe handles it fine. -- 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