1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 02:07:12 +00:00

Updated comment

This commit is contained in:
M66B 2020-11-28 13:56:11 +01:00
parent 217eb46018
commit 5a1f3a4391

View file

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