Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14470

Re: Rational Range Interpretation for bash-5.0?

Path csiph.com!goblin3!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail
From Bize Ma <binaryzebra@gmail.com>
Newsgroups gnu.bash.bug
Subject Re: Rational Range Interpretation for bash-5.0?
Date Mon, 13 Aug 2018 07:38:53 -0400
Lines 17
Approved bug-bash@gnu.org
Message-ID <mailman.5053.1534160338.1292.bug-bash@gnu.org> (permalink)
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type text/plain; charset="UTF-8"
X-Trace usenet.stanford.edu 1534160338 12996 208.118.235.17 (13 Aug 2018 11:38:58 GMT)
X-Complaints-To action@cs.stanford.edu
To Chet Ramey <chet.ramey@case.edu>, bug-bash <bug-bash@gnu.org>
Envelope-to bug-bash@gnu.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=83BSXpJbjhLjknNi6Te8XVJ2RlK5v8hVy68nsaCNWpY=; b=ccxIUh5q5KumghoGBj9DoF6HBPb5Ur6fl20lo3j/DPVvRHdjw1vK0Cf31WMteiwVb2 +26IyG4uf4EtvYkX8lxC5enrgtjY/yaqMkPLDVihXR8CqWz9Efviso+Y1KGpCMKs7hYm nEyhuLPtw3J+G+YCWdimAuemjroIcpAv0eJBdkv4bBCLuKBbHSrCezg68nKWonsNWoPD HLzFqxdyrD/0D+gQGHdDVOZgsuHi9PytIpGYPLn3eMKxTIuYzXg8iux3RFz1x+XPXG0P vOODGwTA0rCz/+RrwbFvANJOfKV1HkxmpargwxLyBxlwKngtC4USUKar+zBeud3mfAZG kz1Q==
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=83BSXpJbjhLjknNi6Te8XVJ2RlK5v8hVy68nsaCNWpY=; b=oL6ns8LLV+mwNoGxH3hgDRsACi1sKDoqksCrp0Q5HrWQZgGY7slU3EDIvkd1QX+Ox6 Jrkd3MHBQM/z7KntYuCVXzS9xx2V5EfBTOJC+uJU4ywNXOIPML3g28EWB+gxHE6F3peA zAh4t1eQiO9xW0E9RPaYd1clkqiV7rfE8vmRQ5/TpRnl3Fvjphiv0LeP0k8+iEk0R2a8 cP6AgsEBbRfNa2ICV5QYxH3D9THIqzcTkM7D3fXRNnISE9RaR3FtcaiVJhBHKSL5v3e7 ZZo4ai5ZmmQGfrRa6No99EvKoIvGWJSymnTL8rXtJ/YVKTtdhJXGwdBnWdLk+5+rAYhd E+TA==
X-Gm-Message-State AOUpUlFoy2C6ylke2mK66QHL2MF736XfZp8O0vXPpAqa/+qu08MqtZb3 iPC5jXYe5ucsIc27qnYOKjKYkHz0aY+A/86wL3w=
X-Google-Smtp-Source AA+uWPyXV2MStZbpoNE6po1hum9Mxgwe8X8h84Jypm1RG4oWLbZMqjE2XRKHoPu3yLadDpvHjmNoQp330sP574a2Kgc=
X-Received by 2002:aca:3a03:: with SMTP id h3-v6mr17033018oia.270.1534160334064; Mon, 13 Aug 2018 04:38:54 -0700 (PDT)
X-detected-operating-system by eggs.gnu.org: Genre and OS details not recognized.
X-Received-From 2607:f8b0:4003:c06::22e
X-Content-Filtered-By Mailman/MimeDel 2.1.21
X-BeenThere bug-bash@gnu.org
X-Mailman-Version 2.1.21
Precedence list
List-Id Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe>
List-Archive <http://lists.gnu.org/archive/html/bug-bash/>
List-Post <mailto:bug-bash@gnu.org>
List-Help <mailto:bug-bash-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe>
Xref csiph.com gnu.bash.bug:14470

Show key headers only | View raw


On 08/06/2018 03:07 PM, Chet Ramey wrote:

Hi. I am considering making bash glob expansion implement rational range
interpretation starting with bash-5.0 -- basically making globasciiranges
the default. It looks like glibc is going to do this for version 2.28 (at
least for a-z, A-Z, and 0-9), and other GNU utilities have done it for some
time. What do folks think?


I am in favor of the idea provided there is a way to change back to what is
now the default.

Also, the character order may be extended to use C.utf-8 instead of ASCII
to have an stable order for all UNICODE characters.

Read
https://manpages.debian.org/unstable/open-infrastructure-locales-c.utf-8/locales-c.utf-8.7.en.html

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Re: Rational Range Interpretation for bash-5.0? Bize Ma <binaryzebra@gmail.com> - 2018-08-13 07:38 -0400

csiph-web