From 9fe97fedeb00ad330a13b6a2544a3543029853c5 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Tue, 11 May 2021 17:15:31 -0400 Subject: [PATCH] Document that config file is UTF-8 Addresses part of nats-io/nats-server#2182 --- nats-server/configuration/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nats-server/configuration/README.md b/nats-server/configuration/README.md index 035b257..76d3e09 100644 --- a/nats-server/configuration/README.md +++ b/nats-server/configuration/README.md @@ -14,6 +14,8 @@ The NATS configuration file supports the following syntax: * Maps can be assigned with no key separator * Semicolons can be used as terminators +The NATS configuration file is parsed with UTF-8 encoding. + ## Strings and Numbers The configuration parser is very forgiving, as you have seen: