feed: Adjust Feed._name_regexp to allow non-ASCII characters
authorW. Trevor King <wking@tremily.us>
Sun, 13 Oct 2013 22:18:06 +0000 (15:18 -0700)
committerW. Trevor King <wking@tremily.us>
Mon, 14 Oct 2013 22:25:22 +0000 (15:25 -0700)
commit09679fd1a3281a28a652b258670b1071c3f47193
treedc41cb063f66de6fed4f26aac8f6616d8d1b4b75
parent88cc8df510a55b6616dae274851110a7b162ee23
feed: Adjust Feed._name_regexp to allow non-ASCII characters

There's no need to restrict folks to the Latin alphabet.

Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/command.py
rss2email/feed.py