mirror of https://github.com/M66B/FairEmail.git
Updated charsets
This commit is contained in:
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…
Reference in New Issue