diff --git a/FAQ.md b/FAQ.md index 08f42d5377..4b9fe59700 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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.