mirror of https://github.com/M66B/FairEmail.git
Uncommon charsets
This commit is contained in:
parent
b6964662d1
commit
29f8331ffc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue