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

lichray@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lichray@gmail.com

--- Comment #10 from lichray@gmail.com ---
It also gives wrong results for GB18030 (another multibyte encoding):

  iswprint(41406) =3D 0

(You can use '\xa1\xbe'.decode('gb18030') in Python to figure it out, that =
is
+U3010).

Likewise, lots of ?? in ls -q output.

--=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-227-eb3bxemAve>