[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Text formatting for non-printable characters
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 16 Aug 2001 13:14:17 -0300
> You could use an "iscntrl" test to determine whether you code or just print.
But this is the whole problem. iscntrl treats á, é, and others as controls.
(Unless you have a proper locale...)
-- Roberto