I\'m using Python 2.6 on Windows 7
I borrowed some code from here: Python, Unicode, and the Windows console
My goal is t
Changing the console code page is both unnecessary and won't work (in particular, setting it to 65001 runs into a Python bug). See this question for details, and for how to print Unicode characters to the console regardless of the code page.