Environment: Windows 8 + PyCharm 5.0 + Python 2.7.9
print "123" # OK
print u"123" # Show empty line on the console?
My "File Encodings" already set to UTF-8, and I also
add:
"-Dconsole.encoding=UTF-8"
in the file "pycharm.exe.vmoptions", but still encounter the issue.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…