Updated FAQ

This commit is contained in:
M66B 2019-12-16 21:12:10 +01:00
parent 1374e2a055
commit 00fff719e1
1 changed files with 2 additions and 1 deletions

3
FAQ.md
View File

@ -2558,7 +2558,8 @@ The error *User is authenticated but not connected* might occur if:
**(140) Why does the message text contain strange characters?**
Displaying strange characters is almost always caused by specifying no or an invalid character encoding by the sending software.
FairEmail will assume ISO 8859-1 when no character set or when US-ASCII as character set was specified.
FairEmail will assume [ISO 8859-1](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
when no character set or when [US-ASCII](https://en.wikipedia.org/wiki/ASCII) was specified.
Other than that there is no way to reliably determine the correct character encoding automatically,
so this cannot be fixed by FairEmail. The right action is to complain to the sender.