From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd2f.google.com (mail-io1-xd2f.google.com [IPv6:2607:f8b0:4864:20::d2f]) by sourceware.org (Postfix) with ESMTPS id 3AA433850432 for ; Thu, 8 Jul 2021 11:53:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3AA433850432 Received: by mail-io1-xd2f.google.com with SMTP id k16so7773137ios.10 for ; Thu, 08 Jul 2021 04:53:35 -0700 (PDT) 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.20210707215528@yandex.ru> <20210708201236.ca1ddf749eb45300f6faad01@nifty.ne.jp> In-Reply-To: <20210708201236.ca1ddf749eb45300f6faad01@nifty.ne.jp> From: =?UTF-8?B?0JXQs9C+0YDQvtCyINCV0LPQvtGA?= 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 Cc: cygwin@cygwin.com 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 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2021 11:53:36 -0000 Yes, this commit solved the issue! And cygwin1-20210707.dll.xz works fine! Thank you very much! =D1=87=D1=82, 8 =D0=B8=D1=8E=D0=BB. 2021 =D0=B3. =D0=B2 17:13, Takashi Yano= : > On Thu, 8 Jul 2021 16:35:41 +0600 > =D0=95=D0=B3=D0=BE=D1=80=D0=BE=D0=B2 =D0=95=D0=B3=D0=BE=D1=80 via Cygwin = wrote: > > Hello! > > May be bisect result help: > > > > e_egorov@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.htm= l > > -- > Takashi Yano >