Python recognizes the following as instruction which defines file\'s encoding:
# -*- coding: utf-8 -*-
I definitely saw this kind of instru
This is so called file local variables, that are understood by Emacs and set correspondingly. See corresponding section in Emacs manual - you can define them either in header or in footer of file