Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Next release
- X-seq: zsh-workers 29968
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Next release
- Date: Fri, 9 Dec 2011 18:38:42 -0500
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201107; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=o1YEKMg1K80/bvwX4cnizQoiMWsr2C6PVdXxRoAHIF4=; b=sexerdJZjDaeYYdqCpv/gFerbgjcBEgG35RVXcw85kJ9crHsWBE2JtuQG+4+x+bzrlZzND43j2A8l7Dau2IwQltIS+6eoQp3u6kgBFEIFlmu1ck6V5ygJ5L+a5+D/E3tv+Y/iHAZeCPi6OQPz9Ti0PiuSboUtGjuzzH5qeFdmAA=;
- In-reply-to: <20111209141117.52c1e37a@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20111209141117.52c1e37a@pwslap01u.europe.root.pri>
On 2011-12-09 at 14:11 +0000, Peter Stephenson wrote:
> It would also be useful to document any bugs or major unexpected
> restrictions that aren't already documented.
I only implemented metafy/unmetafy for the zsh/pcre module, not the
zsh/regex module which provides the system extended regexp support.
% [[ → =~ ^(.) ]] && print $match
→
% unsetopt rematchpcre
% [[ → =~ ^(.) ]] && print $match
?
%
On the same box, bash (not using PCRE):
$ [[ → =~ ^(.) ]] && echo $BASH_REMATCH
→
$
So clearly the system regex library can handle UTF-8 just fine on this
box, so I have a place to test and might get around to it sometime soon.
-Phil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author