traut / feeds2fb2

Convert RSS/Atom feeds into fb2 book
0 stars 0 forks source link

Converter (or parser) failes if there is """ (or may be "&" signs) in feed title #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create opml.file with only one feed (http://www.moneta.name/feed)
2. run feeds2fb2

>What is the expected output?
Completed fb2 book =)

>What do you see instead?
  File "./feeds2fb2.py", line 651, in ?
    feedbody = unicode(feedbody, 'utf8').encode('utf8')
UnicodeDecodeError: 'utf8' codec can't decode byte 0x95 in position 16074: 
unexpected code byte

>What version of the product are you using? On what operating system?
4.1.3 on linux python 2.3.4

Please provide any additional information below.

Original issue reported on code.google.com by ivan.kov...@gmail.com on 31 Mar 2009 at 5:31

GoogleCodeExporter commented 9 years ago
Defect still exists on 4.1.3 linux python 2.6.1

Original comment by ivan.kov...@gmail.com on 31 Mar 2009 at 6:27

GoogleCodeExporter commented 9 years ago
sorry, feeds2fb2 is not in development anymore because I (as it's owner) have 
no time for it.

if you want to commit fixes I would be glad to add you as a commiter for 
feeds2fb2 svn repo.

Original comment by polzu...@gmail.com on 8 Jul 2009 at 3:25