Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: MIME::Parser parse_data

by Corion (Patriarch)
on Jan 17, 2013 at 19:08 UTC ( [id://1013859]=note: print w/replies, xml ) Need Help??


in reply to Re^4: MIME::Parser parse_data
in thread MIME::Parser parse_data

Then I would guess that you have an encoding problem in the larger sense.

Somewhere along the long chain from mail sender via your program to the output of your program, things are getting decoded in the wrong way.

I know of no other way than to check at every conversion step that you decode the byte sequence from the right encoding.

As both Content-Type header lines are equal, you should handle them in an equal fashion. This could mean that the sending mail program already encodes the mail in a wrong way. That would be out of your influence.

I still recommend checking the remaining parts of your program as to whether you mix up different string encodings when converting or printing output.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1013859]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-24 17:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found