Closed louist87 closed 11 years ago
Something probably isn't unicode, try setting the encoding of the python files to utf-8. just add '# coding=utf-8' after the shebang.
@minus7, I did a quck google search and saw that people usually used # -*- coding: utf-8 -*-
. I'm guessing it's the same thing, but I thought I'd ask just to be sure. It's the same thing, right?
Yes, Python accepts various ways to set the encoding like that. I think there just has to be the word coding and the encoding there.
Fixed. Thanks for your contribution!