From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31717 invoked by alias); 27 Aug 2019 18:06:41 -0000 Mailing-List: contact cygwin-developers-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner@cygwin.com Mail-Followup-To: cygwin-developers@cygwin.com Received: (qmail 31708 invoked by uid 89); 27 Aug 2019 18:06:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:489 X-HELO: conssluserg-04.nifty.com Received: from conssluserg-04.nifty.com (HELO conssluserg-04.nifty.com) (210.131.2.83) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Aug 2019 18:06:39 +0000 Received: from Express5800-S70 (ntsitm268057.sitm.nt.ngn.ppp.infoweb.ne.jp [125.1.110.57]) (authenticated) by conssluserg-04.nifty.com with ESMTP id x7RI6TGh028141 for ; Wed, 28 Aug 2019 03:06:29 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com x7RI6TGh028141 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1566929189; bh=o2JMz7fPsLU0gFDCOULratal9LQfqtcBQnHMxVVQKms=; h=Date:From:To:Subject:In-Reply-To:References:From; b=WzpPmLjfsiY3f9wo+Rtk8XAfCJPHCZC4n7T2o7BAAS9f++GFnyYZKNMjoYmAOUK2t s5MpLDhRo0Pl1NiwJDF6YrehpIcA//i90EfXLr+besqyo/nvenbNfeXWZaUUliNe2Z tqpakVozx8kAovN0YK06f/FA3QxtJ7z1AGYhyRUgRfx6aLSIMylz0isYZgjOr1Ngmd mjkQHSv2NVbIVfek6JeG4fa3HpiLgDnVtYv8auCdr0WYwUYFLvnEb7HWUXkZ4BKTtK +KLDFVN1TAW5+DXjZaJh2aEdiQ0Jii4ZwD7RUMT4UEIZrhkW4L3fgDMfPlzJANBucj bdghoEp/LRHRA== Date: Tue, 27 Aug 2019 18:06:00 -0000 From: Takashi Yano To: cygwin-developers@cygwin.com Subject: Re: [PATCH v8 0/1] Pseudo console support in PTY (v8) Message-Id: <20190828030638.e316b6b210d72c5bb51fc780@nifty.ne.jp> In-Reply-To: References: <20190821154239.9197-1-takashi.yano@nifty.ne.jp> <20190824151823.b70ab77741148d7570d0a511@nifty.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00034.txt.bz2 Hi Thomas, On Sun, 25 Aug 2019 00:22:29 +0200 Thomas Wolff wrote: > > I tested using your STC in mintty start by 'mintty -o Charset=CP1252'. > > It seems to work as expected. > Option Charset needs an additional option Locale to have an effect. > The easier way is > LC_ALL=de_DE mintty > or > LC_ALL=ja_JP mintty I have posted v9 patch. Hopefully, this works now. Could you please test? -- Takashi Yano