isprint(3)

Matthew Dillon dillon at apollo.backplane.com
Mon May 2 09:51:53 PDT 2005


:I see the problem. isprint is currently true for:
:isalnum() || ispunc() || isblank()
:
:\t is in isblank(), but it is also a control char. I have to investigate
:whether it is better to not include blank (only space), split the define
:into two parts are explicitly mask off cntrl. The first should be allowed
:by SUS for the POSIX locale, but I have to check it carefully.
:
:Joerg

    It seems to me that the most generic solution is to mask off cntrl.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Bugs mailing list