mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Add note about encoding on Windows
This commit is contained in:
parent
da72863b47
commit
9e95c5d3fd
1 changed files with 2 additions and 0 deletions
|
|
@ -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]: <https://docs.python.org/3/library/configparser.html#supported-ini-file-structure> "Supported INI File Structure"
|
||||
[2]: <https://docs.python.org/3/library/configparser.html#interpolation-of-values> "Interpolation of values"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue