mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Updated comment
This commit is contained in:
parent
217eb46018
commit
5a1f3a4391
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 // 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);
|
||||
|
|
Loading…
Reference in a new issue