Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Oct 2020 19:07:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 250163] iswprint wrong for NO-BREAK SPACE
Message-ID:  <bug-250163-227-ZmFbrIa1Nt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250163-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250163-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250163

--- Comment #1 from Conrad Meyer <cem@freebsd.org> ---
Check that your locale environment is actually Unicode.

With your test program, I see:

$ LANG=3DC ./wcw
no
$ LANG=3DC.UTF-8 ./wcw
yes

I think this is functioning as intended.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250163-227-ZmFbrIa1Nt>