Added comment

This commit is contained in:
M66B 2022-02-16 15:53:17 +01:00
parent 13fbd25875
commit c4c8963f23
1 changed files with 1 additions and 1 deletions

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, EUC-KR
} else // GBK, Big5, ISO-2022-JP, HZ-GB-2312, GB2312, Shift_JIS, x-binaryenc, EUC-KR
Log.e("compact_enc_det result=" + detected);
return Charset.forName(detected.charset);