mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Uncommon charsets
This commit is contained in:
parent
b6964662d1
commit
29f8331ffc
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue