Mercurial > hgrepos > Python > libs > ConfigMix
view tests/data/conf1.yml @ 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 | a0ed95975980 |
| children | 7e6ec99d5ff5 |
line wrap: on
line source
# -*- coding: utf-8; mode: yaml; indent-tabs-mode: nil; -*- %YAML 1.1 --- key1: the value key2: 2 key3: 5.7 key4: true key5: false key6: 0377 key7: 'Umlaute: ÄÖÜäöüß'
