From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81000 invoked by alias); 27 Jul 2017 18:56:56 -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 79573 invoked by uid 89); 27 Jul 2017 18:56:54 -0000 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=SMALL, overwhelmed, life, emails X-HELO: mail-oi0-f68.google.com Received: from mail-oi0-f68.google.com (HELO mail-oi0-f68.google.com) (209.85.218.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Jul 2017 18:56:52 +0000 Received: by mail-oi0-f68.google.com with SMTP id m65so14509324oik.3 for ; Thu, 27 Jul 2017 11:56:52 -0700 (PDT) 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:subject:to:references :user-agent; bh=Jz0mTPp0n5PwPIKMFBcfor1Kd+9RwO+AXnIxySq1CLo=; b=X5HY05yp1Gf5D73beJSTrO6XvzVv2h2XJ9IcJVYY9W5rBCYwnQbq69v4yGGocuqoiB WQtN5PSk0iTj2XCsSF+MOnMbKA+V1DfuaVHugIAYyS23jyOnfHAiufrODdnCVyk7URvv Q5+7KXk1sQfl5c9z6e0LJvrnYV0IEEEw1jFOnzr1tLHsMQv/gYd84m8LPyF4F8ju4fVi Mw2KyZDKaPEMbmekxao/B2eBCPP9B9yrZMj1Me7c+dzs7Ytb1w1hRSHeOMt7/EVe5VQf iNOpQgdqr0x6OvnEI3kV0SGZDBGdaz4dH1iTX+sk3DAXUhBydQGhIhm+CbZSmWMBKvV7 lfnQ== X-Gm-Message-State: AIVw112400i9kX4gXEnwIVav6Bpr9nuXI/bM+3tKu0ctYX3ulWTPRrGh SRxupByUZ84kQNyr X-Received: by 10.202.87.130 with SMTP id l124mr4809922oib.209.1501181810967; Thu, 27 Jul 2017 11:56:50 -0700 (PDT) Received: from Yrb ([2605:6000:9fc0:56:813:bad7:424c:e627]) by smtp.gmail.com with ESMTPSA id 64sm2524264oif.42.2017.07.27.11.56.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Jul 2017 11:56:49 -0700 (PDT) Message-ID: <597a3771.4305ca0a.32253.e788@mx.google.com> Date: Thu, 27 Jul 2017 21:46:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny Subject: Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.3-3 To: cygwin@cygwin.com References: <5dbbf0e4-6374-a9bb-21e5-dd5537e0e19a@redhat.com> Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) X-SW-Source: 2017-07/txt/msg00393.txt.bz2 On Thu, 27 Jul 2017 12:08:53, Eric Blake wrote: > I've got some time today to look at building readline, but for the life > of me, I can't figure out what I'm supposed to be debugging. You have > so many emails saying "see this earlier URL" that I am lost in what you > are saying is wrong or how to reproduce it. Thanks for this. Between your 2 emails, youve put a lot on the table. Instead of getting overwhelmed, I will just start my side of the convo by replaying the problem. Then if you need more from me I am happy to help. So, here is an example problem using LATIN SMALL LETTER O WITH DIAERESIS' (U+00F6): $ chcp.com 65001 Active code page: 65001 - Alt 148 outputs nothing - Alt 0246 outputs nothing - Pasting this character does not work $ chcp.com 437 Active code page: 437 - Alt 148 works - Alt 0246 works - Pasting works http://cygwin.com/ml/cygwin/2017-02/msg00014.html Now you might say, why not just use codepage 437? Which is exactly what Corinna did say: http://cygwin.com/ml/cygwin/2017-03/msg00193.html -- 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