Well, in my humble opinion, since we're working with Python, and you
can modify the files you're working with, it's not hard to get the
proper encoding header on a batch of files...
Just write something to open your files, write the "# -*- coding:
utf-8 -*- " and you're done.
But still, setting up PyScripter to detect utf-8 files will be the
easiest way, involving no changes on your code ;-)
However, I advise you to from now on always write the encoding on the
first (or second) line of your files.
Sincerely yours,
Rodolfo