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:references :content-type; q=dns; s=default; b=AKUBTYensNFk+1fyW4rR2NmFavg90 K87ovAKY/5HGqRWGqX28za70COlroD9ip6NkyQF64be6DbcwOA6weK4q/G86e2wi ivbUNk0tYYsJDaK0u0PUSCvERn8NVyGuV3//G+Ly/xFmek99o/Dy3hzr2Qsgsj2W KIhpmL6J5xRYSA= 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:references :content-type; s=default; bh=PyDhjwJmoPor7lKLv/eKQRDUA2w=; b=NHU ImHkf3hejvpb4zb8cmXtzsMU+84fw4ObGpOBnAK+1gTAEldteFGDnBXyAGh12hFQ HxZ5/pb7y9/obSuJ7rJ2gy666e/pRPMxY59NM9J4WgqdXoIIDSCEE2/+3eiF31xN rVcggze95yLGe6/mdYjwc6eDfY/NJ3xukFT3Lzs4= 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=THANK, DID, H*c:utf8, Hx-spam-relays-external:209.85.218.66 X-HELO: mail-oi0-f66.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:references :user-agent; bh=oqUbjdUX4i6L9mTQbpVEpEUCrxE995QUTWUbBR2HYLA=; b=bfoWqLhH/N7tG1B1h3nX8m9XbE9L6P2mZTlB7Bh0iKh/3sJ3ujfpgjqlYQUCwccNOF +SWfnuvCyV4jpRYvXyaDqj4Kiw9ihjTqXdG+vFfJ2hWklbuTy3bCZB+6bBAeRS7ZyKS5 7yvXs3VHAXn83p+xiAerjo30RuneNO68uCDSX0MEgEk247k57YIApwHryHta1q2rwx2L yVZA2Vv9cNRz3yA8P6HefknNTv/2pPYiIR0ssqzfcpZ1a7zlazgyNA0FiscfgxxIYTYi 2Zfpitpzm/Phihxg9ffTlRI6eBE9UKtNueHH74R3Oklk8wHUOBmDdFIIPxWtSEAOzhvX oMMw== X-Gm-Message-State: AIVw110vaXKudLa4cfQdFG0cHKmEAOzRIrhBpWLxABUVzQNbnhUqI/rH XYhYP2kT2SbE73Ct X-Received: by 10.202.186.84 with SMTP id k81mr15096616oif.155.1501549009764; Mon, 31 Jul 2017 17:56:49 -0700 (PDT) Message-ID: <597fd1d0.502eca0a.faed7.1b17@mx.google.com> Date: Mon, 31 Jul 2017 17:56:48 -0700 (PDT) From: Steven Penny X-Google-Original-From: Steven Penny To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.3-3 References: <20170731211327 DOT GG18950 AT calimero DOT vinschen DOT de> Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) On Mon, 31 Jul 2017 23:13:27, Corinna Vinschen wrote: > Ahhhhh, no, no, no. I found the problem. When using CP 65001 on > pre-W10, you *must not* use the ANSI functions PeekConsoleInputA and > ReadConsoleInputA, but select() was still using them as it did so for > ages. > > Now using the UNICODE functions PeekConsoleInputW and ReadConsoleInputW, > select is doing the right thing even with CP 65001. YOU DID IT. As I reported here: http://cygwin.com/ml/cygwin/2017-02/msg00031.html this has actually been a problem since libreadline7-7.0.1 (Dec 2016): http://cygwin.com/ml/cygwin/2016-12/msg00091.html with libreadline7-6.3.8 being the last working version until now. THANK YOU CORINNA. -- 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