X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=ZAMnRHBNIgblOYHFNovosAby6vKQltzGP3emBPCu9gQ akbmJu1PouSQNVJnA+5s95uyudun2CnDIuWVsDLbnhAvey4UwNlahQrntaYmdwVE L7P6YhHV/v/wc3m853USKP/BCIWt/HSQB3HqIasJJRK2z7+fYA+tWGh0Rn0Mxv+g = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=EPiHjTknPozB8OBZSRwtYW9xSRg=; b=GXAPTIilKGcwDYZU4 Fyx7008JiGbQQ2NU2fHn8ma7PTyWIBQtgR8t7PmFEqsaR/ehvCyvNWIqlkYNZww5 fkJ/w+NhlGSBoIOqhyyCK/4+IU96k5H4ODCEsC/W3DVrRSxO+vBvWqtH1DhfYxe+ lvu0Z0V2c29jT7JW/6r7YqFxVU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 spammy=asian, announcement, HX-Languages-Length:1138, japanese X-HELO: conssluserg-03.nifty.com DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com xA72dTj8013949 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1573094369; bh=fcmeKssnGUA08VB6Zc9uJA/Qv5xyDAIhkrySJLRMOgs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=KQFsKbpRrRIXjFxlOwa0VzzeMDxYzobp9HabD5MzYgqhLLNbe/chNcmDD6vwQLVNA FvFMDhvgb7CuE4j90OfbbOVqdpRxWiAcFe4y+VAjlfdPdU3IzjEbNs4m5PmndeiuW9 Ai4wUQiZHnCI9R6aol5xPPhg5DxsA1Zr5Hve52hzjYGM/oowBsmLIx30zSsCJdVmrR AlgjvNx225Z63rhr2Spv9RXkT9Mq/V9cnk87hsZzLZfhn4gfTtW3VZBEX4oNebPX2G P1TYoi8NnGtRWaTfZy3sE92GgHPXoiWWaYnkogcxxok/tpRZgul+hfCKWeu5ZC7ceo uoXSEk2QzktEA== Date: Thu, 7 Nov 2019 11:39:36 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Cc: Brian DOT Inglis AT SystematicSw DOT ab DOT ca, Katsumi Yamaoka Subject: Re: [ANNOUNCEMENT] xterm 348-1 Message-Id: <20191107113936.129b5b6f0c1879dbd5be7ed7@nifty.ne.jp> In-Reply-To: References: <20191106211318 DOT 263462ceb47f01f6fd63c64e AT nifty DOT ne DOT jp> <420cec84-46a7-c55c-f723-dfd96d39d39b AT SystematicSw DOT ab DOT ca> <20191107004841 DOT 33764763bbb1ba364347c46c AT nifty DOT ne DOT jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On Wed, 6 Nov 2019 10:24:29 -0700 Brian Inglis wrote: > Does tcsh input work properly under mintty instead of xterm? Yes, it works under mintty. > How does it work in cat, od, etc.? That can not include using input via tcsh? cat, od, etc. are works even if they are started from tcsh. > Presumably you are using IME(s) for Japanese input - which at what input layer(s)? I'm using Microsoft-made IME (MS-IME). > I noticed that xterm was updated to Unicode 10 then 11, with changes to CJK/East > Asian character properties and handling; tcsh dropped libcatgets1 as a > dependency; those could affect input. I confirmed the issue does not occur in the combination of: Debian/sid + xterm 349 + tcsh 6.21.00 Debian/buster + xterm 344 + tcsh 6.20.00 Therefore, this may be a cygwin dedicated issue. Wait. I have just found /etc/X11/app-defaults/XTerm has a entry *VT100*eightBitInput: false which is added from cygwin xterm 348-1. Removing this line or changing the value to true solves this issue. Katsumi, could you please check if this solves the issue? -- Takashi Yano -- 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