try {
String string = new String(json.getBytes(“ISO-8859-1”), “UTF-8”);
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
}
try {
String string = new String(json.getBytes(“ISO-8859-1”), “UTF-8”);
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
}