cancel
Showing results for 
Search instead for 
Did you mean: 

Small problem in sending chinese charaters using file adapter

Former Member
0 Kudos

Hi,

Actual scenario is,

Sender system -> file adapter -> XI -> ABAP Proxy -> Receiver system.

error is occured when the data reached the XI.

1. The data file contains Chinese characters (Unicode).

2. When file adapter reads this file, the data in the payload no longer

shows Chinese characters.

Can you please help in this regard...

Thanks,

Surya.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member859847
Active Contributor
0 Kudos

Hi Venkat,

Plz mention the following parameters in sender file adapter.

1. In processing parameters we have file type, assign as Text

2. Mention the file encoding.

If the chinees characters has diffenet encoding, i mean other than UTF-8, please mention that one also.

Regards

mahesh.

Former Member
0 Kudos

u may also have to check the check bo UNICODE apart from UTF - 8.

Plz try and lemme know

Former Member
0 Kudos
stefan_grube
Active Contributor
0 Kudos

Is your original file encoded in UTF-8? If not, you have to apply the correct codepage in the file adapter channel, unless it is an XML file.

Regards

Stefan

Former Member
0 Kudos

Hi,

Actually i am sending an EXCEL sheet which contains chinese charaters to XI using sender file adapter.

When file adapter reads this file, the data in the payload no longer shows Chinese characters.

what i need to do?

SUrya...

stefan_grube
Active Contributor
0 Kudos

Check the encoding of the excel file.

Regards

Stefan