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:
parent
943b6f90e9
commit
86a60e2cfc
@ -1,4 +1,4 @@
|
||||
#coding: utf-8
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Define here the models for your scraped items
|
||||
#
|
||||
|
@ -1,3 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Define your item pipelines here
|
||||
#
|
||||
# Don't forget to add your pipeline to the ITEM_PIPELINES setting
|
||||
|
@ -1,3 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Scrapy settings for $project_name project
|
||||
#
|
||||
# For simplicity, this file contains only the most important settings by
|
||||
|
Loading…
x
Reference in New Issue
Block a user