[Bug 225692] iswprint() wrong for some FULL WIDTH characters in UTF-8 locale
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 27 23:32:12 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225692
--- Comment #22 from commit-hook at freebsd.org ---
A commit references this bug:
Author: yuripv
Date: Sat Oct 27 23:31:43 UTC 2018
New revision: 339827
URL: https://svnweb.freebsd.org/changeset/base/339827
Log:
localedef: define characters in "space" class also as "print", except
for the known conflicts ("control" characters can't be "print"able).
POSIX doesn't explicitly forbid this, and actually includes <space>
character in "print".
PR: 225692
Reviewed by: bapt, cem (previous version), pfg (previous version)
Approved by: kib (mentor)
Differential Revision: https://reviews.freebsd.org/D17467
Changes:
head/usr.bin/localedef/ctype.c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list