diff tests/data/conf1.py @ 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 diff
--- a/tests/data/conf1.py	Thu Mar 29 12:37:20 2018 +0200
+++ b/tests/data/conf1.py	Thu Mar 29 12:38:52 2018 +0200
@@ -6,3 +6,4 @@
 key4 = True
 key5 = False
 key6 = 0o377
+key7 = u"Umlaute: ÄÖÜäöüß"