in reply to Re^3: pp module messes encoding
in thread pp module messes encoding

good idea thx.
Tried both over my extracted text but none returned it to it's normal form.
also tried decode_entities but still didn't help.
also tried without the use utf8; and the binmode STDOUT, ":encoding(utf8)";
but still same problem remains.

Replies are listed 'Best First'.
Re^5: pp module messes encoding
by Anonymous Monk on May 15, 2011 at 06:37 UTC
    but still same problem remains.

    What debugging steps have you taken?