From dd67d57cf480d62298f77d81d6f2a1ac216379d3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 24 Dec 2023 11:33:27 -0500 Subject: [PATCH] Update FAQ.md --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 0f7a5c6872..118277a5a9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5,7 +5,7 @@ ### General * [Are MimeKit and MailKit completely free? Can I use them in my proprietary product(s)?](#completely-free) -* [Why am I getting `NotSupportedException: No data is available for encoding ######. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.`?](#register-provider) +* [Why do I get `NotSupportedException: No data is available for encoding ######. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.`?](#register-provider) ### Messages @@ -34,7 +34,7 @@ Yes. MimeKit and MailKit are both completely free and open source. They are both covered under the [MIT](https://opensource.org/licenses/MIT) license. -### Q: Why am I getting `NotSupportedException: No data is available for encoding ######. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.`? +### Q: Why do I get `NotSupportedException: No data is available for encoding ######. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.`? In .NET Core, Microsoft decided to split out the non-Unicode text encodings into a separate NuGet package called [System.Text.Encoding.CodePages](https://www.nuget.org/packages/System.Text.Encoding.CodePages).