Pawn ASCII - ASCII character predefines.
print("Character <NAME>: %i", CHARACTER_<NAME>);native GetCharacterType(charid);- If the character ID is in range of 0 to 31, the character is a
CHARACTER_TYPE_CONTROL, if the character ID is in range of 32 to 127 - the character is a printable character, orCHARACTER_TYPE_PRINTABLE, or if the character ID is in range of 128 to 255 - the character is aCHARACTER_TYPE_EXTENDED, otherwise, function will returnCHARACTER_TYPE_UNKNOWNor simply-1.