소스 검색

Try declaring the charset as utf-8

master
duncan.parkes 16 년 전
부모
커밋
1f1e52716a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      python_scrapers/CGITemplate

+ 1
- 1
python_scrapers/CGITemplate 파일 보기

@@ -26,6 +26,6 @@ parser = %(module)s.%(parser)s(authority_name, authority_short_name, base_url)
xml = parser.getResults(day, month, year)


print "Content-Type: text/xml" # XML is following
print "Content-Type: text/xml; charset=utf-8" # XML is following
print
print xml.encode("utf-8") # print the xml

불러오는 중...
취소
저장