Add coding line in python script

Issue #36 resolved
M. Gronle created an issue

It would be nice to have a function in the script editor to automatically add a line like

#!/usr/bin/python
# -*- coding: iso-8859-15 -*-

at the beginning of a python script in order to indicate the encoding in the script.

Comments (2)

  1. Log in to comment