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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=lMAMF5b P+b5HhUZ9B4pxcsXbokt7F+WuB6jGoolfeAYN/MQSY3Z3ew4VYfgwtg46nS9cGjj mYg5cf62m9vrr96UtZXiuPFJe04zWe0Xf1lB+Xb12RGjBR89ldeZxjjV38itGTi+ +WY+DwCzU7Rk3RAE8kPS6sxCua880zjDc72I= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=HJWa3lQFK264G XppavEY6SJaERI=; b=P30p9+fvioFA7RMA6zRh1TRWn/YjLehpJSZEZXD+cIdXv ntZ1uX3en4NXu/eRcUIKjJS93LVbL8hZq3j7VueujxmV9kRdKUffYL/PWFBX/VDQ GInQXmE3rjzdqpyfasU/6LZQqPxYM6CCm0OnqA1WGu1mmHRH/8T/XO9Jm9QstQ= 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=-0.1 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=svnpenngmailcom, svnpenn AT gmail DOT com, sk:svnpenn, U*svnpenn X-HELO: mail-oi0-f43.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=a9vMMqytU2LFPhRy814U4Y4adcUH6Qy3P00RuSVKKpc=; b=VhEq6Mps5FbI4cwIwvDC4XurUENfHazqj2OL8CGyNQLFvQS1ML86OqVWTt4eB2gULI EIW5365geEZyR6jPJsbtsOfncPiIF7bsoD7UhTE1ngoeKCw7Uu8dLieUxpRYVTDilGlU d7+PHQwzpUXdTTIN2QG9skAvRgQGjNb+fRUxHSED7LrUUAUCVS1vzIUkq6b21T2mb3Fb onaEjeO5qS9zcBsJkxdC0U2ddkjW70dRzU7XGUPHrftgWzYzjJ5qpmdcVMTRCE9d0So8 9xD7+2gOLrpBUVYoQXY9j2hjMe/+76cNYixlf9O1Lrjz/qZZqU28XwtynPTweO+EAj59 sgzg== X-Gm-Message-State: AIkVDXIC2qN8NdoER8chL3mTwF21WZtcHsWWFs/p1fTyoK+VfVjJwYl6uW2dOYQ/YlalYlTKUYXVy4HGnczc7w== X-Received: by 10.157.46.114 with SMTP id c47mr2980230otd.176.1484098542295; Tue, 10 Jan 2017 17:35:42 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <58742d35.43029d0a.29fa1.0df9@mx.google.com> References: <58742d35 DOT 43029d0a DOT 29fa1 DOT 0df9 AT mx DOT google DOT com> From: Michael Enright Date: Tue, 10 Jan 2017 17:35:41 -0800 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: Cygwin 2.6.1-1 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Mon, Jan 9, 2017 at 4:39 PM, Steven Penny wrote: > 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. > My cygwin 32-bit install has not been updated for a while. When I do ALT234 with numeric pad keys and numlock on, from bash directly running under cmd.exe, I get :\251 at first (colon backslash 251) and then when I hit enter for the command, I get a beep. If I do the ALT234 with numeric pad and numlock in CMD.exe I do get what looks like a capital omega. So a months old bash does not respond well to this ALT numpad stuff. My information supports the judgement that weird behavior in this area was introduced a while ago. For comparison only, If I do ALT234 with mintty running bash, I get neither the :\251 nor capital omega, I get lower case e with circumflex. >c:\cygwin\bin\bash --version GNU bash, version 4.3.42(4)-release (i686-pc-cygwin) -- 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