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"