From 9e95c5d3fd3844ae0a1996378945ee1ab5aa9367 Mon Sep 17 00:00:00 2001 From: Linus <54290585+lscobe16@users.noreply.github.com> Date: Wed, 27 Apr 2022 12:07:48 +0200 Subject: [PATCH] Add note about encoding on Windows --- CONFIG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONFIG.md b/CONFIG.md index 569780d..af504ed 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -7,6 +7,8 @@ Boolean values can be `yes` or `no`. For more details and some examples on the format, see the [configparser documentation][1] ([interpolation][2] is disabled). +Note: On Windows the config file must be encoded using the Windows 1252 charset (aka. ANSI) in order to preserve german umlauts. + [1]: "Supported INI File Structure" [2]: "Interpolation of values"