An ACS library for ZDoom-based ports
bool StrIsASCII(str s)
Returns true if all characters in the string are ASCII characters.
Use isascii to check an individual character.
StrIsASCII("Francais") -> true StrIsASCII("Français") -> false