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:message-id:date:from:subject:to:references :content-type; q=dns; s=default; b=EPLZfJJBf87m10uFsqiWOzM6JAeLG Hlb3U5vSIiF/avJTd141bMssOjp5vTr0Dlj68idUTK8imvTUZHvkL3Fs+s6qDysv qfemTWzfF+k6AHnDqrvsSHiCchqveP1/dzWIFtM6iMFdTRnFIzAgGRtCIvmGIgNy vZM5cAgVHJ7K64= 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:message-id:date:from:subject:to:references :content-type; s=default; bh=5e7AP8X1fa6ooASORznRQLJmTs4=; b=KdF ww4V+hXvwJgt4O2gYyXL0AFVPlw3U2s1CLbMoqNcTHrz7k1Kk8d4EmcRdE7U61UO T++pRpPmqDfb+GjfSwC2AyweI5iWwK/IcjqyMHvTKyu72oZ1Q1HbxnAkReIZFMsU b/eLxoFI5AlVWkmMpZjJ87PHa0Se9+6MbEtjgO4w= 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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:Sun, Wolff, wolff, H*M:1c69fb81 X-HELO: mail-ot0-f193.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:subject:to:references :user-agent; bh=iiq8+o1FI3h7BNnMi6Qcx5AoJP/4CqUrYXbMpuUOafw=; b=dhH3u/kc/YT2zOmiO/rno2KS3OplZCpogS9bQR9VvANI32K+ChrdPGh5AuJzfWru4P L+FDRUzHe8OL69kbHxDp4psRcQZ5o9oAhPPmnysxeboC603ROORh5VpyIj7QPC0SnxDE UQjSGQD9faqrwE6VYo91Mxh10sjypUz2sSirTNdhrpebTfLapWAMMooTZ0xL5a7RqP/q l8LUBNt44G/sBolgZW8giv8v5fJPGGVYtCqBUjiG9jZsaQL6Ysq6NdMGJ0kqtpqW5sxk 6wx86wpbr33d60fMM4nI0/aJZk1g8tjN5tNZozicdlD+s5d7gwxz0ArGpz4oclKxqStV tcuQ== X-Gm-Message-State: APt69E0/DGVhnip68XzGJeyGZVuwL4lvwbHPIlXAg4x8lEtZKH2Eop9a 9xnsBGkIrQy7NrQqz1fOVipNmA== X-Google-Smtp-Source: AAOMgpd+aikylqvR2kfme11b7nXoQ8f7W5MtNIajIgkeWQPT5qkm6tFGB9thEZlJF7pzr4XFU8M+Hw== X-Received: by 2002:a9d:3666:: with SMTP id w93-v6mr4907424otb.394.1529843278373; Sun, 24 Jun 2018 05:27:58 -0700 (PDT) Message-ID: <5b2f8e4d.1c69fb81.337a7.2c6e@mx.google.com> Date: Sun, 24 Jun 2018 05:27:57 -0700 (PDT) From: Steven Penny X-Google-Original-From: Steven Penny Subject: Re: Date field of ls -l command is garbled in latest cygwin1.dll snapshot. To: cygwin AT cygwin DOT com References: Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.5.0 (github.com/svnpenn/tryst) On Sun, 24 Jun 2018 00:32:59, Thomas Wolff wrote: > Why not awk? Because I am not familiar with awk. Should be a simple script, something like this: $ awk -F ';' '{printf "{CAT_%s, 0x%s, %d},\n", $3, $1, $4}' UnicodeData.txt {CAT_Lo, 0x3400, 0}, {CAT_Lo, 0x4DB5, 0}, {CAT_Lo, 0x4E00, 0}, {CAT_Lo, 0x9FEF, 0}, -- 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