Monthly Archives: January 2010

Using Unicode console output with Python

On Windows console and Unicode are not quite friends. Here is some code that I use in order to assure that my Python scripts output is consistent on all platforms and is supporting Unicode encoded as UTF-8.

Posted in Output | Comments Off