Updated charsets

pull/187/head
M66B 4 years ago
parent a82b53bcbc
commit a4510a3b9c

@ -82,7 +82,7 @@ class CharsetHelper {
"UTF-8".equals(detected))
Log.w("compact_enc_det result=" + detected);
else
// windows-1250, windows-1257
// ISO-2022-JP, ISO-8859-2, windows-1250, windows-1257
Log.e("compact_enc_det result=" + detected);
return Charset.forName(detected);

Loading…
Cancel
Save