1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-24 16:53:37 +00:00

Updated charsets

This commit is contained in:
M66B 2020-10-18 15:45:52 +02:00
parent a82b53bcbc
commit a4510a3b9c

View file

@ -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);