1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-04 06:20:26 +00:00

Added remark

This commit is contained in:
M66B 2022-02-14 19:06:06 +01:00
parent 34918c2868
commit 632a3912bf

View file

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