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:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=hxpG7WuEkScgp0kuOROLnocA/XJH8FDfu44+FEeLUrv JuUssjgiz1V8deGbNK3Lz5tefGMtdqOIZsDs8k+GeQmNvwnjQvSrIRONGyHsBYBV YHMNugMIuaXFOCMNoElKrfJM0QdfFnqA4FY9ic25SOSrvnghuNt42tCZApQNdfxE = 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:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=OkJPWTGemO9Yfk99ScsUU6+Nfyc=; b=aw220ATCKm1aqUOrA e0b25vJKKfn++y+MPGmnzPRivr1nZ4AqZu6c0Pbw+vpEeJXWL8jy2YVXbRriG4Hx 6xB4zsLn3+b+A/LHvgc2Uw5koBJ8hMa5Nv6o7LfEIy+i543eEK1shtk5YWkZwrky 3CgChrknyowlQq77/JyVsC71dE= 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=-3.5 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 spammy=fish, japanese, Japanese, announcement X-HELO: conssluserg-04.nifty.com DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com xA6CD4V4008730 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1573042385; bh=H7mP+THahg0iZoY30DpMsn43AW+gazDkvQ695byU9S0=; h=Date:From:To:Subject:In-Reply-To:References:From; b=tfAwR6JfySdL+85DpHf3xjgRtcVXVjv0GODJR0SIhK0g24JzXaqFtIT9DM754RVwi eMbDIGEy2TV2YmlA+pEYEyMPO4nro50U2ob4kLvaH9yIFRWtso34F1z5G/OAElO/rg fgg/mBcS95PAvg+Pyqi+1iuETejmrCg4Jziw6JiBmaWw63r144LmmTUasySzLZLBey kuj6MlcdfcjamqOyIsn3CFe2t3e/NxKBHK9rgrtzHBDivDYXHq2+d+Do51XBD4leVo Aifie4jIPcwUhI8ib36ksVAfRbOWOQEhbTVMJM1uk7b/N+wbBPFvncPkI4KtUsW02y 9VS8uHHnsGwNA== Date: Wed, 6 Nov 2019 21:13:18 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] xterm 348-1 Message-Id: <20191106211318.263462ceb47f01f6fd63c64e@nifty.ne.jp> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On Fri, 01 Nov 2019 10:36:06 +0900 Katsumi Yamaoka wrote: > Hi, > > On Wed, 11 Sep 2019 18:24:37 -0400, Yaakov Selkowitz wrote: > > The following packages have been uploaded to the Cygwin distribution: > > > * xterm-348-1 > > First of all, reverting it to XTerm(330) solved my problem. > When copying non-ASCII text from another window to XTerm(348), it > will be shown as a combination of ASCII and control characters, > not the original human readable representation. > > I usually use Japanese text, これは日本語です for example. AFAICT, > only the copy and paste is bad; `less' shows Japanese text and > `ls' shows Japanese file names correctly. > > Is there a way to fix this problem? > > $ locale > LANG=C > LC_CTYPE="ja_JP.UTF-8" > LC_NUMERIC="C" > LC_TIME="C" > LC_COLLATE="C" > LC_MONETARY="C" > LC_MESSAGES="C" > LC_ALL= I confirmed this occurs only if shell is tcsh. If shell is bash, zsh or fish, pasting Japanese string works as expected. It works in cat, od, etc as well. The cause is unknown. -- 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