Skip to content

Commit a65d0c5

Browse files
committed
Set encoding
1 parent 4e4b29a commit a65d0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cursorless-talon/src/spoken_forms_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def init(self):
3030
app.notify(error_message)
3131

3232
def write(self, spoken_forms: list[SpokenFormEntry]):
33-
with open(SPOKEN_FORMS_OUTPUT_PATH, "w") as out:
33+
with open(SPOKEN_FORMS_OUTPUT_PATH, "w", encoding="UTF-8") as out:
3434
try:
3535
out.write(
3636
json.dumps(

0 commit comments

Comments
 (0)