1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 16:44:17 +00:00

support i18n by using utf-8 coding template files

This commit is contained in:
Irhine 2014-04-14 18:14:29 +08:00
parent 943b6f90e9
commit 86a60e2cfc
3 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#coding: utf-8
# -*- coding: utf-8 -*-
# Define here the models for your scraped items
#

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
# Define your item pipelines here
#
# Don't forget to add your pipeline to the ITEM_PIPELINES setting

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
# Scrapy settings for $project_name project
#
# For simplicity, this file contains only the most important settings by