in reply to XML::Twig (keep_encoding)

If you post your complete code, we'll have a better chance to figure out what you are doing. What you posted doesn't output anything!

That said, if you're dealing with UTF-8 input, don't use keep_encoding, it's there mostly for dealing with other encodings.

Replies are listed 'Best First'.
Re^2: XML::Twig (keep_encoding)
by arivu198314 (Sexton) on May 08, 2012 at 05:38 UTC

    I know its very hard to find out the error without code, but i need some random answer just like this, means i have used both UTF-8 as well as keep_encoding, now i have removed it and it is working great.

    Thank you so much for this...