[sublime text3] print unicode characters in terminal of sublime text3 in python3 9월 11, 2014 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach()) 이게 필요하다. "How to set sys.stdout encoding in Python 3?" in stackoverflow 댓글
댓글
댓글 쓰기