Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Feb 2018 20:36:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 225692] iswprint() wrong for some FULL WIDTH characters in UTF-8 locale
Message-ID:  <bug-225692-8-abc1a7ZJyx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225692-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225692-8@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=3D225692

--- Comment #4 from Conrad Meyer <cem@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): `=E1=BF=BE'
8208 (0x2010): `=E2=80=90'

As well as over 0xff08:

65276 (0xfefc): `=EF=BB=BC'
65296 (0xff10): `=EF=BC=90'

--=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-225692-8-abc1a7ZJyx>