in reply to Re: UTF8 Output with XML::Feed?
in thread UTF8 Output with XML::Feed?

my $entry = XML::Feed::Entry->new();
is equivalent to
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.