in reply to XML::RSS

Have you tried to just set the correct encoding in the XML? Something like this:  <?xml encoding='ISO-8859-1'>.

Replies are listed 'Best First'.
Re: Re: XML::RSS
by alexg (Beadle) on Mar 21, 2003 at 11:53 UTC
    Yeah the XML docs all claim to be ISO-8859-1, even though they don't seem to be...
      E acute is in ISO-8859-1, perhaps it is not right encoded? From the XML::Parser documentation: "The built-in encodings are: UTF-8, ISO-8859-1, UTF-16, and US-ASCII." so this is not the case that ISO-8859-1 is not handled by the parser.

      By the way when you make it UTF-8 and it claims to be ISO-8859-1 you don't fix anything.