Skip to content

Commit

Permalink
Fix garbled titles/authors from Atom feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
zottel committed Mar 23, 2015
1 parent 1fb94b8 commit 83cc317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions feed2red.pl
Expand Up @@ -47,6 +47,9 @@
my $red = LWP::UserAgent->new();
my $hed = HTTP::Headers->new();

# fix incorrect unicode characters in Atom feeds
$XML::Atom::ForceUnicode = 1;

# parse feeds
foreach my $norm (keys %feeds)
{
Expand Down

0 comments on commit 83cc317

Please sign in to comment.