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.
1 parent 4e4b29a commit a65d0c5Copy full SHA for a65d0c5
cursorless-talon/src/spoken_forms_output.py
@@ -30,7 +30,7 @@ def init(self):
30
app.notify(error_message)
31
32
def write(self, spoken_forms: list[SpokenFormEntry]):
33
- with open(SPOKEN_FORMS_OUTPUT_PATH, "w") as out:
+ with open(SPOKEN_FORMS_OUTPUT_PATH, "w", encoding="UTF-8") as out:
34
try:
35
out.write(
36
json.dumps(
0 commit comments