From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95206 invoked by alias); 4 Feb 2017 14:57:05 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 95187 invoked by uid 89); 4 Feb 2017 14:57:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=knock, Henri, H*F:D*nl X-HELO: lb3-smtp-cloud6.xs4all.net Received: from lb3-smtp-cloud6.xs4all.net (HELO lb3-smtp-cloud6.xs4all.net) (194.109.24.31) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 04 Feb 2017 14:56:54 +0000 Received: from tmp.bOYzkF3GG9 ([83.162.234.136]) by smtp-cloud6.xs4all.net with ESMTP id gewq1u00B2xEdKF01ewrVY; Sat, 04 Feb 2017 15:56:52 +0100 Date: Sat, 04 Feb 2017 14:57:00 -0000 Message-ID: <9c3c4a5420073990b4172637884debfd@smtp-cloud6.xs4all.net> From: Houder To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.2 References: In-Reply-to: Content-Type: text/plain; charset=UTF-8; format=fixed User-Agent: mua.awk 0.99 X-SW-Source: 2017-02/txt/msg00055.txt.bz2 On Sat, 4 Feb 2017 14:00:15, Corinna Vinschen wrote: [snip] > Bug Fixes > --------- > - Fix handling of Alt-Numpad sequences in console handler. > Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00135.html > > - Fix erasing UTF-8 multibyte characters in cooked mode. > Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00299.html To be "comsumed" on Monday ... Hi Corinna, This time I decided to test with alt-1 and alt-254 as input ... Output is not as expected, I would say ... R. Henri ===== Using the Windows Console (cp437): 64 LANG = en_US.UTF-8, LC_ALL = => LANG = en_US.UTF-8 /home/corinna/src/cygwin/cygwin-2.7.0/cygwin-2.7.0-0.2.x86_64/src/newlib-cygwin/winsup/cygwin/cygheap.cc 64-@@ cygcheck -sv | awk '$1 ~ /^(bash|libreadline.|cygwin|"cygwin1.dll")$/' "cygwin1.dll" v0.0 ts=2017-02-03 21:17 bash 4.4.12-3 OK cygwin 2.7.0-0.2 OK libreadline7 7.0.1-1 OK # enter alt-1, followed by lf 64-@@ ☺ bash: ☺: command not found # enter alt-254, followed by lf 64-@@ [G■ <==== expected one character ... bash: [G■: command not found # enter alt-254, followed by 3 bs, followed by lf 64-@@ <==== no problem 64-@@ bash --noediting # disable readline => LANG = en_US.UTF-8 # enter alt-254, followed by 3 bs, followed by lf 64-@@ bash: $'\E\E': command not found <==== knock, knock, who is this? # enter alt-254, followed by 3 bs, followd by '| od', followed by lf 64-@@ echo | od -tx1z 0000000 1b 1b 0a >...< 0000003 64-@@ exit exit 64-@@ dash # enter alt-1 followed by lf $ ☺ dash: 1: ☺: not found # enter alt-1, followed by bs, followed by lf $ <==== no problem # enter alt-254, followed by lf $ [G■ dash: 3: [G■: not found # enter alt-254, followed by 3 bs, followd by '| od', followed by lf $ dash: 4: : not found <==== euh, what? # enter alt-254, followed by 3 bs, followd by '| od', followed by lf $ echo | od -tx1z 0000000 1b 1b 0a >...< 0000003 # enter alt-254, followed by '| od', followed by lf $ echo [G■ | od -tx1z 0000000 1b 1b 5b 47 e2 96 a0 0a >..[G....< 0000010 # euh ... e2 96 a0 is utf-8 for u25a0, but I cannot explain 1b 1b # at the front (and 5b 47, i.e. { G) # enter alt-148, followed by lf $ ö dash: 7: ö: not found # enter alt-148, followed by bs, followd by lf $ $ <==== no problem ===== -- 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