[Bug 250163] iswprint wrong for NO-BREAK SPACE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 6 19:07:38 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250163
--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
Check that your locale environment is actually Unicode.
With your test program, I see:
$ LANG=C ./wcw
no
$ LANG=C.UTF-8 ./wcw
yes
I think this is functioning as intended.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list