1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Uncommon charsets

This commit is contained in:
M66B 2020-11-15 16:39:11 +01:00
parent b6964662d1
commit 29f8331ffc

View file

@ -88,7 +88,7 @@ class CharsetHelper {
Log.e("compact_enc_det result=" + detected + " chinese=" + chinese);
if (!chinese)
return null;
} else
} else // GBK, Big5, ISO-2022-JP
Log.e("compact_enc_det result=" + detected);
return Charset.forName(detected.charset);