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 42774
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] [[:blank:]] only matches on SPC and TAB
- Date: Mon, 14 May 2018 14:50:56 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout1.w1.samsung.com 20180514135107euoutp01d47aee57327f7ac8b50e4ce57adbe284~uhxmCn0Pa1996719967euoutp01s
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1526305867; bh=mpealTo9gjMyZP2KeCxKrL1+1zU5he4Sx+OisSN5Uz8=; h=Date:From:To:Subject:In-Reply-To:References:From; b=iytipuH4mT+sxcK0r/SB0uYSabkZby8K7Jectj4kqsgJTbZZwATfe6a5JLq/YMcFg 8Nr5LpSb3A0pUi9Q4evOd7mpTglT4MXxA5pX7YwyjQE/mk+59hG9jkPEIGs1tbv/vK +G1ak6x67xWAzr+N1oaLB+kRmENjcYGMg/fG7nIw=
- 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
- Organization: SCSC
- 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 Mon, 14 May 2018 13:34:25 +0100
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).
It's certainly true that a whole heap of things like this switched to an
extended meaning years ago when multibyte started being enabled.
It wouldn't be ridiculous to change the documentation for this case and
require "unsetopt multibyte" for strict byte-by-byte comparisions, which
is already how it works in the vast majority of other cases.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author