nerdyator / feedjack

Automatically exported from code.google.com/p/feedjack
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Unicode warning in feedjack_update.py #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Take a feed whose content contains non-ascii characters. 
2. Run feedjack_update.py for this feed.

I'm receiving a warning:

/bin/feedjack_update.py:158: UnicodeWarning: Unicode unequal comparison
failed to convert both arguments to Unicode - interpreting them as being
unequal
>  if tobj.content != content or (date_modified and

Original issue reported on code.google.com by hilbert....@gmail.com on 15 Sep 2008 at 6:50