Returns PLAINASCII, DIACRITICAL or their combination if symbol can be part of valid ASCII text, and 0 otherwise. Result is influenced by option "Allow diacritical symbols in strings".
int IstextA(char c);
Parameters:
c - character to analyze.
See also: IstextW, Decodecharacter