List of utility methods to do UTF to String
try { return new String(src.getBytes("UTF-8"), "ISO8859-1"); } catch (UnsupportedEncodingException e) { e.printStackTrace(); return src;