Environment: Windows 8 + PyCharm 5.0 + Python 2.7.9
print \"123\" # OK print u\"123\" # Show empty line on the console?
My \"File Encoding
Add following line in the file "pycharm.exe.vmoptions" can fix the issue:
-Dfile.encoding=UTF-8
It seems to be a bug from PyCharm 5.0...