morss: process(): specify encoding for clarity
parent
44a3e0edc4
commit
c3f06da947
|
@ -460,7 +460,7 @@ def process(url, cache=None, options=None):
|
||||||
rss = FeedFetch(url, options)
|
rss = FeedFetch(url, options)
|
||||||
rss = FeedGather(rss, url, options)
|
rss = FeedGather(rss, url, options)
|
||||||
|
|
||||||
return FeedFormat(rss, options)
|
return FeedFormat(rss, options, 'unicode')
|
||||||
|
|
||||||
|
|
||||||
def cgi_parse_environ(environ):
|
def cgi_parse_environ(environ):
|
||||||
|
|
Loading…
Reference in New Issue