List of utility methods to do Is Latin String
try { return str.equals(new String(str.getBytes("ISO-8859-1"), "ISO-8859-1")); } catch (final UnsupportedEncodingException e) { return false;