Return true if the specified character is in the ASCII category (i.e., [0-177]), and false otherwise.
true
character
ASCII
[0-177]
false
Declared in <bdlb_chartype.h>
<bdlb_chartype.h>
static bool isAscii(char character);