View Single Post
Posts: 277 | Thanked: 319 times | Joined on Jan 2010
#1024
Locale won't change a thing for whatever weird reason.

Try declaring the encoding by adding

#-*- coding: utf-8 -*-

after #!/usr/bin/python

and get rid of the .encode('utf-8') part everywhere. I think that will do the trick. If it does, let me know and I'll change it in github.

Last edited by slarti; 2013-10-30 at 13:57.