Filter input text down to a character set that's the ASCII range from 32 to 95, plus newline. Everything else is collapsed to one of 32 characters in the uppercase ASCII range, 64 to 95, '@' to '_'.
only works with javascript on