public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin] Cygwin: utils: tzmap-from-unicode.org: enforce sorting order for LANG=C
Date: Thu, 29 Jul 2021 08:21:29 +0000 (GMT)	[thread overview]
Message-ID: <20210729082129.A65163939C3B@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4f999b4eabb1121a2cfab937a908310350b76fa2

commit 4f999b4eabb1121a2cfab937a908310350b76fa2
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Jul 28 22:18:38 2021 +0200

    Cygwin: utils: tzmap-from-unicode.org: enforce sorting order for LANG=C
    
    Generating the tzmap.h file requires to use the default sorting order.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/utils/tzmap-from-unicode.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/utils/tzmap-from-unicode.org b/winsup/utils/tzmap-from-unicode.org
index af2b342c0..5f55a51e3 100755
--- a/winsup/utils/tzmap-from-unicode.org
+++ b/winsup/utils/tzmap-from-unicode.org
@@ -71,5 +71,5 @@ wget -O - "${ZONES_FILE}" | \
   echo '  { L"Mid-Atlantic Standard Time", L"", L"Atlantic/South_Georgia" },'
   echo '  { L"SA Pacific Standard Time", L"HT", L"America/Port-au-Prince" },'
   echo '  { L"South Africa Standard Time", L"LY", L"Africa/Tripoli" },'
-} | sort -d
+} | LC_ALL=C sort -d
 echo "};"


                 reply	other threads:[~2021-07-29  8:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210729082129.A65163939C3B@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).