fver1004 / Library_Information_Extract

Scrapy와 MapReduce를 이용하여 도서정보 추출-분석
https://fver1004.github.io/LibInforExtract/
5 stars 1 forks source link

scrapy :: Ubuntu 환경에서 인코딩 오류. #10

Closed fver1004 closed 7 years ago

fver1004 commented 7 years ago

UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)

mosmos18 commented 7 years ago

해결완료

fver1004 commented 7 years ago

.encode("utf-8") (윈도우환경에서는 없어야 잘됨)