nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ken Hornstein
Subject: Re: [Nmh-workers] Feedback: remove LOCALE ifdefs?
Date: Sat, 26 May 2012 17:24:29 -0400

>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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]