X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A2ED33887035 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1611608488; bh=lwTSly/5HeZwXlDvhgKGeU2aC69YZoZlZQvwIAesbCc=; 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=wln8SitTB3H3zGSrR5BJJAA1lLuztqPk5+Vk8x2BxLmwiFkJDu/227wFRWCj+Bwxk jpTs++HAM/Bk/Vu3n24xc6EbWo/Cv3XuFuIfrEHR3CFshAGGWiexMYv4c2Y9lsRCBw 61ds0CAqug6qm4tD4/u0fTa06OCoEI8quDcSF/RY= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B4770385780A 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=SvTGVhZ68KVKNAKa7Y+AWC0/peryPBO7PyutAb81qOc=; b=pW09bNxOh9jHnnLqRNM8E2GzIb+qn+fe9fdx0QltLloxb1xES7Vffe/rsUbkjWdJ5t XAOzDWHaKsla7x9ft8xNG8hIY+wuYHCZ8ctLIdTrI3BTNfoOJuMBJzmAuVFO5yt/Da8N 98/24pCJXeVxtBogU/gP0y+lkFAaEU2tosSJSiMEDcE0F5BbmVbzoPg/TpR7eY7Z9jCs mmIMLHCpCVuPoDs+cq7T2Qol8Kc2ojfqIH3qLekiPaL/nyrlT3/BhZlbYbv5DlwBQ4ut AmuSnpFaQMRwJV92AbAiN2NNIM+6PeNZQzf/A6fCFUWJEX42ICy9/ak5aw3SFSyWIWOM XeEg== X-Gm-Message-State: AOAM531HZU6zF9s0zN3ho86XvDFQOxg3+WhqoyqWv/2bI1ftm2U28VTj iUHuHuurgdPTDOjgSfERnvP9hPEqgYS1tw6+ivnL781PaHg= X-Google-Smtp-Source: ABdhPJzTOAL6WBXo5xtfJb1ZSBcCXz+p68E1n8hfUllUoSWozWS2x3oLRoKlH42/qWhxZYflGkpNpBCxAL7nNbgbp3Y= X-Received: by 2002:aa7:c9cf:: with SMTP id i15mr2029493edt.296.1611608484874; Mon, 25 Jan 2021 13:01:24 -0800 (PST) MIME-Version: 1.0 References: <20210125222916 DOT b1fa2ddfb60088112f17eb2c AT nifty DOT ne DOT jp> In-Reply-To: Date: Mon, 25 Jan 2021 22:01:13 +0100 Message-ID: Subject: Re: switching to any other than English keyboard layout is not handled correctly anymore on the prompt at minimum To: Thomas Wolff X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Ariel Burbaickij via Cygwin Reply-To: Ariel Burbaickij Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" I try to find files like "find . -name ". Good that you asked about the shell as the story gets even more interesting, in a peculiar way: If I start cygwin then echo $SHELL returns /bin/bash but input is not handled correctly as described. If I spawn child bash -- then it handles Russian and German correctly but no Hebrew and Arabic and the same applies to vim. Yes, it worked before. Best Regards Ariel Burbaickij On Mon, Jan 25, 2021 at 4:01 PM Thomas Wolff wrote: > Am 25.01.2021 um 15:03 schrieb Ariel Burbaickij via Cygwin: > > It says following: > > LANG=en_US.UTF-8 > > LC_CTYPE="en_US.UTF-8" > > LC_NUMERIC="en_US.UTF-8" > > LC_TIME="en_US.UTF-8" > > LC_COLLATE="en_US.UTF-8" > > LC_MONETARY="en_US.UTF-8" > > LC_MESSAGES="en_US.UTF-8" > > LC_ALL= > > > > but why would it matter in the scenario where the user switches the > layout > > explicitly him-/herself? > > > > > > Kind Regards > > Ariel Burbaickij > Please answer below the quoted mail in this list. > > > On Mon, Jan 25, 2021 at 2:29 PM Takashi Yano > wrote: > > > >> On Mon, 25 Jan 2021 13:46:48 +0100 > >> Ariel Burbaickij wrote: > >>> Hello Cygwin, > >>> I tried to find some files from the command line prompt which are named > >>> using various non-Latin (Russian, Hebrew, Arabic) and non-default Latin > >>> (German) layouts under Windows 10 Enterprise using recent cygwin > version > >>> and the outcome is that instead of representing letters I see control > >>> characters of the type: \263\320\321 (Unicode numeric value of the > >>> letters?). Any ideas what happens here and how correct functionality > can be restored? > Your information is quite sparse. How do you try to find files? What's > your command? Which shell do you use? Did it ever work before for you? > -- > 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 > -- 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