티스토리 뷰
프로그래밍(programming)/Python
python idle에서 'UCS-2' codec can't encode character 가 뜰경우
윤's군 2015. 12. 27. 22:06Python idle에러로
idle에서 4bytes 유니코드를 제대로 출력못하는 경우에 발생합니다.
1 2 | str = '\U0001F44D' print(str) | cs |
idle에서 실행하면 아래와 같이 실패합니다.
>>> str = '\U0001F44D';
>>> str
'\U0001f44d'
>>> print(str)
Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
print(str)
File "C:\Python34\lib\idlelib\PyShell.py", line 1347, in write
return self.shell.write(s, self.tags)
UnicodeEncodeError: 'UCS-2' codec can't encode character '\U0001f44d' in position 0: Non-BMP character not supported in Tk
pycharm이나 utf8 지원하는 콘솔에서 실행하면 잘 됩니다.
'프로그래밍(programming) > Python' 카테고리의 다른 글
Python select 함수를 이용한 간단한 에코 서버/클라이언트 예제 (1) | 2016.09.14 |
---|---|
plotly 라이브러리를 이용한 python으로 그래프 그리기 (0) | 2016.03.01 |
설치한 모듈 사용하기 (0) | 2013.09.25 |
Python 배포판 만들기 (0) | 2013.09.25 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 레노버
- Yoga 370
- t470p
- x1 carbon
- t450s
- thinkpad 13
- Thinkpad
- x1 카본 5세대
- 더헌트맨
- t570
- x1 카본 2017
- t460s
- lenovo
- x270
- x1 carbon 5th
- x250
- x260
- t470s
- L570
- socket
- 파이썬
- Python
- x1 carbon 2017
- t470
- x1c
- 키보드
- 소켓
- L470
- c++
- x1
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함