Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Skipping of D07multibyte.ztst



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