String sta =null;
try {
sta = new String(status.getBytes("iso-8859-1"),"utf-8");
} catch (UnsupportedEncodingException e) {
}
String sta =null;
try {
sta = new String(status.getBytes("iso-8859-1"),"utf-8");
} catch (UnsupportedEncodingException e) {
}