From 00fff719e1fc8f0df752ac65b072c211b1d02c2f Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 16 Dec 2019 21:12:10 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.