zsh-workers
 help / color / mirror / code / Atom feed
* Skipping of D07multibyte.ztst
@ 2009-04-21 20:59 Paul Ackersviller
  2009-04-22  8:27 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Ackersviller @ 2009-04-21 20:59 UTC (permalink / raw)
  To: zsh-workers

Again this won't be specific to 4.3.9-dev-2, but I'm testing zsh with
--enable-multibyte for the first time on NetBSD and HP-UX.  Both are
building fine, but the test on both is showing

	% 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.
Suggestions?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Skipping of D07multibyte.ztst
  2009-04-21 20:59 Skipping of D07multibyte.ztst Paul Ackersviller
@ 2009-04-22  8:27 ` Peter Stephenson
  2009-04-22 14:51   ` Paul Ackersviller
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Stephenson @ 2009-04-22  8:27 UTC (permalink / raw)
  To: zsh-workers

On Tue, 21 Apr 2009 20:59:10 +0000
Paul Ackersviller <pda@sdf.lonestar.org> wrote:
> Again this won't be specific to 4.3.9-dev-2, but I'm testing zsh with
> --enable-multibyte for the first time on NetBSD and HP-UX.  Both are
> building fine, but the test on both is showing
> 
> 	% 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.
> Suggestions?

Is MULTIBYTE_SUPPORT enabled in config.h?  Otherwise one of the autoconf
tests failed.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Skipping of D07multibyte.ztst
  2009-04-22  8:27 ` Peter Stephenson
@ 2009-04-22 14:51   ` Paul Ackersviller
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Ackersviller @ 2009-04-22 14:51 UTC (permalink / raw)
  To: zsh-workers

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 708 bytes --]

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@sdf.lonestar.org> 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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-22 14:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-21 20:59 Skipping of D07multibyte.ztst Paul Ackersviller
2009-04-22  8:27 ` Peter Stephenson
2009-04-22 14:51   ` Paul Ackersviller

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).