mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Added remark
This commit is contained in:
parent
34918c2868
commit
632a3912bf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue