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=D54Zm3ZPrRmZpsRFfEdZ5IQbyOS4h6uql7EVRzVUsxp Vd3ZbAFPgRIL14mfrvBnTzuUij+9W1zrEee9QAVApH7R3fgfucC7Xo5zJlkFLgb+ YqmGiUzT4O2ukLjUYrM6z8A0n50Yh3ayUWoJ55Rcs9b4FatM8Z8EsPiH75Ie8Bkk = 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=0tMDUF7gqHnBEFu/BUff0yIVep8=; b=AN6I2p1hHvapuY2Kf /3senrEQ8CFYx1m3Esyb3pP4+oNte/b2jxmfBtap6507FvqFJnqTZXllBVPDVZIW NGXZwqDRQXDmd7+J9+LveKNjf1cYWqhi0BiUrGR2DCw3Q4snKmUka1kHbZCnnJIw bKZTVUzpN/IT+S6mu3woEDQAlg= 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=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Hx-languages-length:823, 3400 X-HELO: conssluserg-02.nifty.com DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com w5MN6loB025195 X-Nifty-SrcIP: [125.3.30.127] Date: Sat, 23 Jun 2018 08:06:59 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Subject: Re: Date field of ls -l command is garbled in latest cygwin1.dll snapshot. Message-Id: <20180623080659.27e779440448629b512928f6@nifty.ne.jp> In-Reply-To: <20180623055913.808b584540e5f33ab164b16c@nifty.ne.jp> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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. -- 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