Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] [[:blank:]] only matches on SPC and TAB
- X-seq: zsh-workers 42794
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] [[:blank:]] only matches on SPC and TAB
- Date: Thu, 17 May 2018 11:03:46 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=lx6fF8wubMIQTOitX5Ttng++yfu2gGcrJWRJKzyFxro=; b=tQoyx2B9eNzadYfbcBlPWdDUXpSj6SmDlIOmg9KfG8XuqOUVTtzwWbKyw7a5AoTdG0 RpnJCpXGWwJ6+pJaJL6DI7TbA+dLbLTXXbWgE1QH22lDo8rTjtHt3k61MezEb32VePa7 EeZnozntmiephu5I9t7UEqL5JAo7V8dYuLpDcGaqva8sfhuV7iMYKKcee4fiyHOKg7dY sm3mtEHx8hIFndDkyy0m24v9somsuj8/jCJa6kUOhx6XJze4UvEHbvRLhNavkbyNnttd GSvu/3IRu/7A1bprfQz+26Ljw0/Iz2B14+xHElI9vjBEd/NZhIWFUDeEB28zPM4/mKpZ 0L+g==
- In-reply-to: <20180514123425.GA19631@chaz.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180513212553.GA29028@chaz.gmail.com> <CAKc7PVDyrTMsmBSEDcMC=CNVCjOnEDVtywRYA0=UnNCBpF=7JQ@mail.gmail.com> <20180514063611.GA7263@chaz.gmail.com> <CGME20180514064505epcas3p1b2f178c595fc9bb962e4094e296ba699@epcas3p1.samsung.com> <20180514064431.GB7263@chaz.gmail.com> <20180514094733.308bff1a@camnpupstephen.cam.scsc.local> <20180514123425.GA19631@chaz.gmail.com>
On 14 May 2018 at 14:34, Stephane Chazelas <stephane.chazelas@xxxxxxxxx> wrote:
> I don't think many people complained when multi-byte support was
> added and English people were starting to have their [[:alpha:]]
> match on Greek or Korean letters in addition to English ones
> (fair enough as "alpha" means the first letter of the Greek
> alphabet).
This is a very interesting point. Think bank-systems. I think no one
ever predicted that control code of deployed programs will be
influenced from outside. The [[:alpha:]] case should find its way to
books on computer science as an example of something unbelievable. The
same as changing libc and fopen() to return NULL also when, say ...,
disk is near-full. I wonder how this compares to y2k situation hehe.
That said, I think that what is hidden behind those "upgrades" of
standard libraries, is a motivation to do a 1-time bungee jump,
risking breaking bones, but hoping to fix past mistakes. The past
(ignoring of non-ascii strings) had to haunt enough people so that
this happened.
> --
> Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author