Re: Text formatting for non-printable characters
[
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: 2001年8月16日 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