Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Skipping of D07multibyte.ztst
- X-seq: zsh-workers 26871
- From: Paul Ackersviller <pda@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Skipping of D07multibyte.ztst
- Date: Wed, 22 Apr 2009 14:51:57 +0000
- In-reply-to: <20090422092758.129e93fd@news01>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090421205910.GD2989@xxxxxxxxxxxxxxxxxxxxxx> <20090422092758.129e93fd@news01>
On Wed, Apr 22, 2009 at 09:27:58AM +0100, Peter Stephenson wrote:
> On Tue, 21 Apr 2009 20:59:10 +0000
> Paul Ackersviller <pda@xxxxxxxxxxxxxxxx> wrote:
> >
> > % make TESTNUM=D07 check
> > ./D07multibyte.ztst: skipped (no UTF-8 locale or multibyte mode is not implemented)
> >
> > It appears the loop "for LANG in $langs ..." is never being broken out of,
> > evan though I have at least en_US.UTF-8 and en_GB.UTF-8 locales in both cases.
>
> Is MULTIBYTE_SUPPORT enabled in config.h? Otherwise one of the autoconf
> tests failed.
Yes, and `setopt multibyte' succeeds too. What's happening is that the
if [[ é = ? ]]; then
mb_ok=1
break;
fi
doesn't work for any value of LANG.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author