mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Revert small fix
This commit is contained in:
@@ -3251,7 +3251,7 @@ public class MessageHelper {
|
||||
// UTF-16 can be detected as US-ASCII
|
||||
if (StandardCharsets.UTF_8.equals(detected)) {
|
||||
cs = null;
|
||||
result = new String(result.getBytes(StandardCharsets.ISO_8859_1), detected);
|
||||
result = new String(result.getBytes(cs), detected);
|
||||
}
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user