List of utility methods to do ISO String to UTF
if (value == null) { return null; return new String(value.getBytes("ISO-8859-1"), "UTF-8");