Merge pull request #789 from guysoft/encoding

Handle buildozer.spec with unicode chars
This commit is contained in:
Andre Miras 2019-01-14 09:44:59 +01:00 committed by GitHub
commit c66af5dc0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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