in reply to The locale codeset (cp1252) isn't one that perl can decode

pp -x ...
  • Comment on Re: The locale codeset (cp1252) isn't one that perl can decode

Replies are listed 'Best First'.
Re^2: The locale codeset (cp1252) isn't one that perl can decode
by jellisii2 (Hermit) on Aug 16, 2011 at 12:29 UTC
    This resolved the problem. I was able to take apart the two resulting outputs and discovered that Encode::Byte was missing. Adding this as a module to my pp call fixed the issue.