Mercurial > hgrepos > Python > libs > ConfigMix
diff doc/changes.rst @ 120:ba5970a2dcef
The default file encoding when reading INI style files with configmix.ini.load() is now "UTF-8".
Added unittests for proper Unicode handling.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 29 Mar 2018 12:38:52 +0200 |
| parents | d51a18e5b0e3 |
| children | 131aaa95d01f |
line wrap: on
line diff
--- a/doc/changes.rst Thu Mar 29 12:37:20 2018 +0200 +++ b/doc/changes.rst Thu Mar 29 12:38:52 2018 +0200 @@ -25,3 +25,7 @@ The public signature of :py:func:`configmix.safe_merge` has *not* changed. + +- The default file encoding when reading INI style files with + :py:func:`configmix.ini.load` is now "UTF-8". Previously it was undefined + and therefore dependent on the user's locale.
