Printing Unicode in eclipse Pydev console and in Idle

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-06-11T15:13:34Z Indexed on 2010/06/11 22:23 UTC
Read the original article Hit count: 225

Filed under:
|
|
|
|

My configuration: Win7 + Python 2.6 + eclipse + PyDev

How do I enable Unicode print statements in:

  1. PyDev console in eclipse
  2. Idle Python GUI

Example print statement:

print(u"???? ????")

This comes out as:

ùìåí òåìí

© Stack Overflow or respective owner

Related posts about python

Related posts about eclipse