Skip to content

Commit 2ae02af

Browse files
authored
Merge pull request #254 from YutaRedux/patch-1
2 parents a6fabef + f448c94 commit 2ae02af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tkdesigner/designer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ def design(self):
2727
"""Write code and assets to the specified directories.
2828
"""
2929
code = self.to_code()
30-
self.output_path.joinpath(CODE_FILE_NAME).write_text(code)
30+
self.output_path.joinpath(CODE_FILE_NAME).write_text(code, encoding='UTF-8')

0 commit comments

Comments
 (0)