[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-
From: |
Ralph Corderoy |
Subject: |
Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ] |
Date: |
Tue, 07 Dec 2010 19:35:59 +0000 |
Hi,
markus schnalke wrote:
> > BTW, I would suggest using isascii() rather than (*p > 127 || *p < 0).
>
> I just kept what you once wrote. ;-P
> But, yes, you are right.
Given it's `char *p' then *p may be unsigned on some systems, e.g. ARM,
and a compiler could warn on testing if it's negative so isascii() is
much nicer. :-)
Cheers,
Ralph.
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], (continued)
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], markus schnalke, 2010/12/02
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Jon Steinhart, 2010/12/02
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Ralph Corderoy, 2010/12/03
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Jon Steinhart, 2010/12/03
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Peter Maydell, 2010/12/03
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], markus schnalke, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Jon Steinhart, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], markus schnalke, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Jon Steinhart, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], markus schnalke, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ],
Ralph Corderoy <=
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Jon Steinhart, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Ken Hornstein, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Jon Steinhart, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], harald . geyer, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Ken Hornstein, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Harald Geyer, 2010/12/08
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Ken Hornstein, 2010/12/09
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], chad, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Peter Maydell, 2010/12/07
- Re: [Nmh-workers] Understanding nmh (aka. What's the goal) [ really non-ASCII message bodies ], Ralph Corderoy, 2010/12/08