Skip to content

Commit

Permalink
Fix oct23 repair encoding line in output file (#24)
Browse files Browse the repository at this point in the history
* improving extension module vocola_ext_stringqh.py (string functions)
* switch off the shift trick for send_keys. Seems to have no effect any more.
* include "coding: latin-1" in output of Vocola
  • Loading branch information
quintijn authored Nov 15, 2023
1 parent 7a1169a commit 48aac96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vocola2/exec/vcl2py/emit.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def emit_file_header():

now = strftime("%a %b %d %H:%M:%S %Y", localtime())
OUT.append("# Natlink macro definitions for NaturallySpeaking\n")
# OUT.append("# coding: latin-1\n")
OUT.append("# coding: latin-1\n")
OUT.append("# Generated by vcl2py " + VocolaVersion + ", " + now + "\n")
OUT.append('''
import natlink
Expand Down

0 comments on commit 48aac96

Please sign in to comment.