[sublime text3] print unicode characters in terminal of sublime text3 in python3

sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach())

이게 필요하다.

"How to set sys.stdout encoding in Python 3?" in stackoverflow

댓글