diff --git a/tutorial/configuration.md b/tutorial/configuration.md
index 23353a7aa..06d9169df 100644
--- a/tutorial/configuration.md
+++ b/tutorial/configuration.md
@@ -344,6 +344,21 @@ QuickFIX Settings
Y |
+
+
+ Encoding |
+
+ Specify an alternate character encoding, if your counterparty is using an encoding other than the FIX-mandated iso-8859-1.
+
+ Note: This is a global setting. This setting will apply to ALL sessions.
+ |
+
+ An value that is a valid parameter to `System.Text.Encoding.GetEncoding()` on your platform.
+ For instance: iso-8859-1, windows-1251, utf-8
+ |
+ iso-8859-1 |
+
+
diff --git a/web/views/about/credits.md b/web/views/about/credits.md
index 8a02ca327..8e0224fcb 100644
--- a/web/views/about/credits.md
+++ b/web/views/about/credits.md
@@ -100,4 +100,4 @@ Contributors
- Vasily Petruhin
- Ian Lee Claxton
- Hank Libman
-
+- Sam Norris