Hi,
I'm using XML::Parser (Tree style) to parse a document written in UTF-8. It seems to translate all text nodes to Perl's internal encoding. Is there a way to keep it in UTF-8?
The document is used to generate a HTML::Widget for a UTF-8 based website and I do not want to re-encode the output of my HTML::Widget to UTF-8.
Thanks!