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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=R1kKXWUnC2ShOdyD odsHJKngl7dAATJHTLmBQ/78SVgd1/Vw/VRRoFKxQXGUZhrI9ttnofA4lmLusMA1 eH/xGu0huf6LUJDlgaIF4SH3vXB7Us4kqTEfvLBD0teTVUY+Zm7h02NNXs7yVd4c 74pJ0zpJf7CYYjPdE4csfb9ly28= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=nxmGtlgTZUEkkVMEBOVqie 9TtX4=; b=kRT/vU5sQ/czeDsb6zzDJQcHyaaqNP6lywgTRMpi2q3X42fv8iPnEH xaLq3Fc+CF6MAD3y/VPvNeCirCGvf/b4DoNbXczh1/M5voRx/9ur2EncwDXk+4eQ Npl/b8huxGVJMZW0O+mkr9TUvNEfIH0QYaL3T6oem1H8S0Wk/tNiU= 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.1 required=5.0 tests=AWL,BAYES_00,FOREIGN_BODY,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=wurde, ftp.unicode.org, unidata, ftpunicodeorg X-HELO: mout.kundenserver.de 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: Thomas Wolff Message-ID: Date: Sun, 24 Jun 2018 00:32:59 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w5NMXFM9001276 Am 23.06.2018 um 20:46 schrieb Brian Inglis: > 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. Obviously. I will check why the script was failing here and thanks for the patch already. > Why are the categories entries not generated from UnicodeData.txt by an (awk) script? They are generated, with a shell script. They were hard-coded before my patch. Why not awk? Because I am not familiar with awk. > These entries change with every Unicode release, and a new one came out a few > weeks ago, updated here yesterday. --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus -- 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