AnyEvent-Feed
    
    
  
  
  
view release on metacpan or search on metacpan
    XML::Feed
    AnyEvent::HTTP
    AnyEvent
BUGS
  Known Bugs
    There is actually a known bug with encodings of contents of Atom feeds.
    XML::Atom by default gives you UTF-8 encoded data. You have to set this
    global variable to be able to use the XML::Feed::Entry interface without
    knowledge of the underlying feed type:
       $XML::Atom::ForceUnicode = 1;
    I've re-reported this bug against XML::Feed, as I think it should take
    care of this. XML::Atom should probably just fix it's Unicode interface,
    but it seems to be a bit deserted w.r.t. fixing the bugs in the tracker.
  Contact
    Please report any bugs or feature requests to "bug-anyevent-feed at
lib/AnyEvent/Feed.pm view on Meta::CPAN
L<AnyEvent::HTTP>
L<AnyEvent>
=head1 BUGS
=head2 Known Bugs
There is actually a known bug with encodings of contents of Atom feeds.
L<XML::Atom> by default gives you UTF-8 encoded data. You have to set
this global variable to be able to use the L<XML::Feed::Entry> interface
without knowledge of the underlying feed type:
   $XML::Atom::ForceUnicode = 1;
I've re-reported this bug against L<XML::Feed>, as I think it should
take care of this. L<XML::Atom> should probably just fix it's Unicode
interface, but it seems to be a bit deserted w.r.t. fixing the bugs in
the tracker.
=head2 Contact
( run in 0.478 second using v1.01-cache-2.11-cpan-c333fce770f )