Date: Sun, 29 Sep 2019 21:29:43 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 240911] iswprint() wrong for some FULL WIDTH characters in UTF-8 locale Message-ID: <bug-240911-227-SozaDLh7qm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-240911-227@https.bugs.freebsd.org/bugzilla/> References: <bug-240911-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=3D240911 Yuri Pankov <yuripv@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |yuripv@FreeBSD.org Status|Open |In Progress --- Comment #6 from Yuri Pankov <yuripv@FreeBSD.org> --- Thanks for the update. It's not the CLDR34/Unicode11 update itself, and rather a followup in base r340491. As the commit message says, there's no direct mappings between UnicodeData.txt and POSIX character classes, so I used my best judgement th= ere :-) The characters you are after fall in the following range (UnicodeData.txt): E000;<Private Use, First>;Co;0;L;;;;;N;;;;; F8FF;<Private Use, Last>;Co;0;L;;;;;N;;;;; "Co" there means "Other, Private Use". I *think* we could mark all those characters as printable, it won't hurt anything. --=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-240911-227-SozaDLh7qm>