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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Wu/KqvQei49rorJm MDLw+3JdtcqXbQEp+RX9XEIggvxuk4rKQ2aaoF+p02Af6TcqS08JzXMS1U5mR0G8 4hHT2/4BpEgQ9tg5Y5Y8iOIwNdsIidq1A4dolp+7NZTXCXSlKAsoXHoM5Lmt5Mjq 67Z4tWEmkHngh+28OxnRjMvr4sc= 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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Lk8Hrx26UcHtcVwBWRaECZ hwn3s=; b=RwcfW9u3rgxZxHoxTGspXg0zD4QcOM6SsnVqrzEv+4K3UAUobaD4D7 ZZY06FElhxmaHLyxi2Mp6fz4hWvla5WFH69kmpktVeDvPK/EUhPtaqAALZhadeZr jjb8gXaCkVlk/qLZ3l90xoiCI7fI1+lbQLE5A3eXDErZn7LY9WFeM= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=canada, Canada, brian, Brian X-HELO: smtp-out-no.shaw.ca X-Authority-Analysis: v=2.3 cv=GopsBH9C c=1 sm=1 tr=0 a=MVEHjbUiAHxQW0jfcDq5EA==:117 a=MVEHjbUiAHxQW0jfcDq5EA==:17 a=IkcTkHD0fZMA:10 a=te1EGT4yAAAA:8 a=7dzg4wGh_qSqI2TnwGYA:9 a=QEXdDO2ut3YA:10 a=RRElR4r2U1jGY2dU47NL:22 Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Subject: Re: Date field of ls -l command is garbled in latest cygwin1.dll snapshot. To: cygwin AT cygwin DOT com References: <20180623024737 DOT 95cb452e6e9541eb05393983 AT nifty DOT ne DOT jp> <20180623053927 DOT 1e57462e18394d13c71cf3fd AT nifty DOT ne DOT jp> <20180623055913 DOT 808b584540e5f33ab164b16c AT nifty DOT ne DOT jp> <20180623080659 DOT 27e779440448629b512928f6 AT nifty DOT ne DOT jp> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: Date: Sat, 23 Jun 2018 12:46:16 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180623080659.27e779440448629b512928f6@nifty.ne.jp> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfKY9hvhABUz09QRDsjY5WM585Wk5mFD8wIH8RXi20yMP0d7ag3sD7uja1LJNERzhWZI1eRhwSimJWVBu1JvyNP5Do+7eXGC24jTaj38SLNEVvMxdwD1f Oy9YcJQYKMR45Bcj1WsmBdft9mQRRp560wy+VSgFi3zBX29K8MxfjAvj0zb9FsVNFrArrcIy04GHWg== X-IsSubscribed: yes On 2018-06-22 17:06, Takashi Yano wrote: > On Sat, 23 Jun 2018 05:39:27 +0900 > Takashi Yano wrote: >> I looked into this problem, and found this is caused by incorrect >> return value of iswprint(). > > I have found the cause. That is, file categories.t is not correct. > > For example, http://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt > says: > > 3400;;Lo;0;L;;;;;N;;;;; > 4DB5;;Lo;0;L;;;;;N;;;;; > ... > 4E00;;Lo;0;L;;;;;N;;;;; > 9FEF;;Lo;0;L;;;;;N;;;;; > > However, categories.t is: > {CAT_Lo, 0x3400, 0}, > {CAT_Lo, 0x4DB5, 0}, > ... > {CAT_Lo, 0x4E00, 0}, > {CAT_Lo, 0x9FEA, 0}, > > Therefore, the script mkcategories which generates categories.t > should be fixed. Why are the categories entries not generated from UnicodeData.txt by an (awk) script? These entries change with every Unicode release, and a new one came out a few weeks ago, updated here yesterday. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- 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