From 32519b85c7ccc2b01695c0b32e90a7708758e6be Mon Sep 17 00:00:00 2001 From: Sridhar Nanjundeswaran Date: Tue, 13 Aug 2013 12:32:01 -0700 Subject: [PATCH] DOCS-1792 - Note to ensure config file is saved as ASCII --- source/reference/configuration-options.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index 80151feaeda..6100a314b04 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -46,6 +46,12 @@ Declare all settings in this file using the following form: parameters, register as true, if they appear in the configuration file, regardless of their value. +.. note:: + + Ensure the config file is saved with ASCII encoding. mongod does not + support config file with non-ASCII encoding such as UTF-8. + + Settings --------