]> diplodocus.org Git - nmh/commitdiff
Add FIXME raising if iscntrl(3) test should be based on isprint(3)
authorRalph Corderoy <ralph@inputplus.co.uk>
Fri, 21 Oct 2016 20:18:38 +0000 (21:18 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Fri, 21 Oct 2016 20:18:38 +0000 (21:18 +0100)
!iscntrl blocks characters that could be isspace or isblank whereas
isprint would let them through unharmed.


No differences found