[Bug 225692] iswprint() wrong for some FULL WIDTH characters in UTF-8 locale

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 5 20:36:59 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225692

--- Comment #4 from Conrad Meyer <cem at freebsd.org> ---
Oh, I see, I didn't properly setlocale().  With:

setlocale(LC_ALL, getenv("LANG"));

and an appropriate LANG environment variable value set (e.g., en_US.UTF-8), I
do see characters beyond 0x80.

The table seems to skip over 0x2002:

8190 (0x1ffe): `῾'
8208 (0x2010): `‐'

As well as over 0xff08:

65276 (0xfefc): `ﻼ'
65296 (0xff10): `0'

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


More information about the freebsd-bugs mailing list