cancel
Showing results for 
Search instead for 
Did you mean: 

Character codification email sender/receiver problem + attachment

AntonioSanz
Active Participant
0 Kudos

Hi experts,

     I am facing next issue working with email sender/receiver adapter. I have configured a email + attachment to file (and file to email with attachment) scenario. I am able to read attachment (using UDF) and send and attachment. I am using xmlpayload and mail package.

My problem is that the files attached contains special spanish characters such as ñ, Ñ , á,é,í....... ect

When I recive that files or when i send the files using mail adapter they are converted to an strange character like ?

How can avoid it and send or receive in the attachment the same characters that already have the file attached?

Is there any way to set up the character encoding?

Many thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Antonio,

Some Spanish characters may be part of the Unicode character set, so you need to declare that in the head of your documents:

<meta http-equiv="content-type" content="text/html;charset=utf-8" />

Please try this, it may help you to resolve your issue.

you have to do configuration in communication channel module.

destEncoding= UTF-8

srcEncoding=UTF-8 (try ISO-8859-1 also)

Best Regards,

Sagarika

Answers (0)