Bruno Haible <[EMAIL PROTECTED]> writes:

> Simon Josefsson wrote:
>> isascii is not part of C89, but POSIX:
>>
>> http://www.opengroup.org/onlinepubs/009695399/functions/isascii.html
>
> Do you know about a system that doesn't have it?

No.  I added it because a workaround for missing isascii was already
part of GnuTLS.

> What about using c_isascii from the c-ctype module?

That could be used in the implementation, but POSIX require that
isascii is a function, and c_isascii seem to return bool rather than
int.  Further, c-ctype is GPL.

Thanks.


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to