Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 1997 12:11:59 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        jmb@FreeBSD.ORG, wosch@apfel.de
Cc:        bde@zeta.org.au, freebsd-security@FreeBSD.ORG, wollman@khavrinen.lcs.mit.edu
Subject:   Re: Linux UID/GID 'Feature'
Message-ID:  <199705150211.MAA09069@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>	isdigit() and all the other string macros
>	should be used with ascii charcters only.
>	so (isascii(*p) && isdigit(*p))
>	is the correct way to use isdigit()
>
>	this may have changed with the introduction of runes.

Nope.  The ctype macros are specified without reference to ASCII
characters in ANSI C.  There is no isascii() function in ANSI C.
ASCII characters may be supported as a special locale.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705150211.MAA09069>