Comment 4 for bug 527630

Revision history for this message
Teobranton (teobran) wrote :

Thank you for prompt update. I applied the patch and It works properly now.
Might be better set encoding from stdout?

getattr(sys.stdout, 'encoding', 'UTF-8')

otherwise OS what doesn't use UTF-8 will has a problem.