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

I did a quick test

But what did you do?

Replies are listed 'Best First'.
Re^3: pp module messes encoding
by ZJ.Mike.2009 (Scribe) on May 14, 2011 at 14:16 UTC
    The OP says "My code works gr8 as .pl but after it's converted to .exe with the pp module, it gets a strange encoded (I think) text." Notice that the script works when evoked by the perl interpreter. The suspect is the pp utility. I packed the demo script that OP posted to an exectuable using the PP utility like the OP did and I ran the executable to see if the problem is reproducible on my system. Isn't this the first step to solving the problem?
      I packed the demo script that OP posted to an exectuable using the PP utility like the OP did

      Is that like a quick test? pp has many options, so you have to show which ones you used, like this Re: pp module messes encoding