cancel
Showing results for 
Search instead for 
Did you mean: 

Encoding in File Receiver Adapter

baskaran_k2
Participant
0 Kudos

Hi,

We are using Proxy to File scenario. This interface is common for all countries.

Current we are using UTF-16 as a encoding format. But some of the character's showing differently in the output file.

For eg.

Input: Kwater,Paweł

Output:

I tried iso-8859-15 also, but vain. Could you please help me to figure out the encoding format to be used for all the country formats.

Regards

Baskaran K

Accepted Solutions (0)

Answers (4)

Answers (4)

naveen_chichili
Active Contributor
0 Kudos

Hi Baskaran,

you can try the file encoding to ISO-8859-1 with which you will get the proper value.

Regards,

Naveen.

stefan_grube
Active Contributor
0 Kudos

It seems that your output file is not UTF-16, but UTF-8 and you try to look at the file with an editor which assumes ANSI.

First make sure that your receiver file adapter has the correct attributes and the encoding is done correctly.

Second view the file with a hex editor to assure that it is real UTF-16

gagandeep_batra
Active Contributor
0 Kudos

Hi Bhaskaran,

Did you try with "UTF-16LE" also..................?

if not then check.........

Regards

Gagan

Former Member
0 Kudos

Hi Baskaran,

try with ISO-8859-1

Cheers

hidayat