X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C784C398641C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1625745245; bh=3DPKHRSTa5XA1pMVZupEpuBA7eOqOYw31QIOLszHepc=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=n/zzQWWw1Odi0G+VsNnIaUOdIzt6o9PD+wOWHpSFvml3wegbvXvsoRYegncjVABTo ZV/Ayh3RRymTQzN0OSZYrpJP/KwaCK7vmbm3qgxjWhhFIhhFOd0kqzru4LcOVqvIj5 WyG8wOwv02THVT0lQe5WMsgzJsj5UN57AyZqe3Js= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3AA433850432 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ncKMwXTItdhzWFZVGBwiZyUfO5M0NBHjdlrm/F7HreA=; b=RpeDQKB0uM2vr+HEAvI86JO19s+r/TtS0drD21ZHNr5Dq5YBHFkehJ8eAwLVpwP7lz i1HdM43ZMi0AFeub04x++HYivBt6NyPi3r/p4PKXYtsFtSZ3f42kHTkLRWZYW1wOIk9/ 8x4p8VXm2ntcR7QPMywaQfj46S04jpembv/PYZRJqZKCe1dDWn3ihv107+mJ982p7JEO dS/s9J9wc5o4Onz8VBWTcB4ZrP61FDHUDAMqxyAtJQM9ipdAXmgPXUlEqeQ0mechJs5G eppraJIK35wLYxU6W5/OlLqbaLqGhexNtdFcD55MGizZvxnTZkKltlweBDeguhHBdEw5 6l2A== X-Gm-Message-State: AOAM533P4FSWeiqqzoAcZEBoPWNGFW/2goqANi4QzGHN5oh3NceOtYCc xN+wSj3rNuaq1D22iO4enqme+kAWyrQHS+vOBs0= X-Google-Smtp-Source: ABdhPJxtidOdvudUfB2b49VT2HgtaHscJd1VAqpTPDyAa8WCT10abKOZ8p6tPHVUmgh/YMYVNDvs1tZN6K6Rxh7eJYc= X-Received: by 2002:a6b:c305:: with SMTP id t5mr24442946iof.202.1625745214781; Thu, 08 Jul 2021 04:53:34 -0700 (PDT) MIME-Version: 1.0 References: <2710589360 DOT 20210707215528 AT yandex DOT ru> <20210708201236 DOT ca1ddf749eb45300f6faad01 AT nifty DOT ne DOT jp> In-Reply-To: <20210708201236.ca1ddf749eb45300f6faad01@nifty.ne.jp> Date: Thu, 8 Jul 2021 17:53:23 +0600 Message-ID: Subject: Re: cygwin-3.2.0 + windows 10 - russian cyrilic input is broken To: Takashi Yano X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_LOTSOFHASH, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: =?utf-8?b?0JXQs9C+0YDQvtCyINCV0LPQvtGAIHZpYSBDeWd3aW4=?= Reply-To: =?UTF-8?B?0JXQs9C+0YDQvtCyINCV0LPQvtGA?= Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 168Bs6VG014659 Yes, this commit solved the issue! And cygwin1-20210707.dll.xz works fine! Thank you very much! чт, 8 июл. 2021 г. в 17:13, Takashi Yano : > On Thu, 8 Jul 2021 16:35:41 +0600 > Егоров Егор via Cygwin wrote: > > Hello! > > May be bisect result help: > > > > e_egorov AT inp-w-egorov-e /tmp/newlib-cygwin > > $ git bisect bad > > ff4440fcf7687d9af05f4c2fcb163fca5b2167f9 is the first bad commit > > commit ff4440fcf7687d9af05f4c2fcb163fca5b2167f9 > > Author: Takashi Yano via Cygwin-patches > > Date: Tue Feb 16 20:37:05 2021 +0900 > > > > Cygwin: console: Introduce new thread which handles input signal. > > Does your issue also happen after the following commit? > > commit 98e3aeb1f521151f5b18fc2af9a8fecf11a98e76 > Author: Takashi Yano > Date: Thu Jun 24 12:40:58 2021 +0900 > > Cygwin: console: Fix garbled input for non-ASCII chars. > > - After the commit ff4440fc, non-ASCII input may sometimes be garbled. > This patch fixes the issue. > > Addresses: https://cygwin.com/pipermail/cygwin/2021-June/248775.html > > -- > Takashi Yano > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple