String stnm = params.getStnm(); if (stnm != null) { stnm = new String(stnm.getBytes("ISO-8859-1"), "UTF-8"); params.setStnm(stnm); }