in reply to Re: The locale codeset (cp1252) isn't one that perl can decode
in thread The locale codeset (cp1252) isn't one that perl can decode
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.