瀏覽代碼

Try declaring the charset as utf-8

import/raw
duncan.parkes 16 年之前
父節點
當前提交
797cedf1d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      trunk/python_scrapers/CGITemplate

+ 1
- 1
trunk/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

Loading…
取消
儲存