Skip to content
Snippets Groups Projects
user avatar
Aurélien Dunand authored
According to PEP263 (http://www.python.org/peps/pep-0263.html

) the source code
encoding, like the magic comment '-*- coding: utf-8 -*-', must be on the two
first lines. If not, default encoding is ascii and SyntaxError will be raised
if there is a non-ASCII character.

Signed-off-by: default avatarSébastien Luttringer <sebastien.luttringer@smartjog.com>
c6fba304
History
Name Last commit Last update
..