Merge pull request #789 from guysoft/encoding
Handle buildozer.spec with unicode chars
This commit is contained in:
commit
c66af5dc0b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue