Handle buildozer.spec with unicode chars

This commit is contained in:
Guy Sheffer 2019-01-13 11:56:33 +02:00
parent 6b004f9778
commit 46cc8f715b

View file

@ -119,7 +119,7 @@ class Buildozer(object):
self.config.getrawdefault = self._get_config_raw_default
if exists(filename):
self.config.read(filename)
self.config.read(filename, "utf-8")
self.check_configuration_tokens()
# Check all section/tokens for env vars, and replace the