in reply to Re: UTF8 Output with XML::Feed?
in thread UTF8 Output with XML::Feed?
is equivalent tomy $entry = XML::Feed::Entry->new();
my $entry = XML::Feed::Entry->new('Atom');
So this appears to be a bug on the Atom side of things.
And the ticket to which you linked supports that.
|
|---|