nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Feedback: remove LOCALE ifdefs?

2012-05-26 16:24:41
just say isascii(x) && isspace(x). this is actually necessary for any
test nowadays. if you're not using wchar_t and <wchar.h> then you have
to guard against false matches by non-ascii upper-register characters.

Hm, looking at things more closely ... you're right, of course!  Actually,
even though I made cpstripped() multibyte safe, I wonder if sprinkling
isascii in there might work for 1.5 ...

--Ken

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>