How can I check if a string has any other character than the ones listed here: http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters
I would like to know if the string was inputted in any other language than English. Is finding special characters in the string the best way to detect non-english characters?
Any suggestion is appreciated.