pull/208/head
M66B 2 years ago
parent 2867e759f4
commit 92f3c70b00

@ -3234,7 +3234,7 @@ public class MessageHelper {
Log.w(new Throwable("Charset=" + cs + " detected=" + detected));
if (StandardCharsets.UTF_8.equals(detected)) {
charset = null;
result = new String(result.getBytes(cs), detected);
result = new String(result.getBytes(StandardCharsets.ISO_8859_1), detected);
}
}
} catch (Throwable ex) {

Loading…
Cancel
Save