We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6fabef + f448c94 commit 2ae02afCopy full SHA for 2ae02af
tkdesigner/designer.py
@@ -27,4 +27,4 @@ def design(self):
27
"""Write code and assets to the specified directories.
28
"""
29
code = self.to_code()
30
- self.output_path.joinpath(CODE_FILE_NAME).write_text(code)
+ self.output_path.joinpath(CODE_FILE_NAME).write_text(code, encoding='UTF-8')
0 commit comments