UTF-8 source code in Python

#-*- coding: UTF-8 -*-

…or, the more compact alternative:

# coding=utf-8