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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 16 14:02:04 UTC 2018


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

lichray at gmail.com changed:

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

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

  iswprint(41406) = 0

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

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

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


More information about the freebsd-bugs mailing list