Check if String matches GSM7 or ISO-8859-1 (Latin 1) Java
There are a couple of really neat methods to check whether a String is contained in Charset in the java.nio.charset package. The only problem with this is that when the check needs to be done on the front end (GWT) you'll run