cancel
Showing results for 
Search instead for 
Did you mean: 

How to Pass Special characters through XI

Former Member
0 Kudos

Hi,

In one of my input file, I have some special characters (Chinese or Japanise). The scenario is file (J2EE) to file (J2SE). Please let me know how can I pass the file through XI.

Thanks in Advance,

M. Manohar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Same as normal scenario for JDBC to File.

First chek how XI is displying the message in MONI for those fields that have Japanese or Chinese characters(after reading it from the Database).

Thanks

Farooq.

GabrielSagaya
Active Contributor
0 Kudos

Hi,

Normally your xml file input have encoding structure as UTF-8.

it wont support chinese or japanese char sets.

so you need to convert the xml structure to ISO-8859-1 or ISO-8859-5

please go through the article.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79...

Former Member
0 Kudos

Thanks for the reply,

But on using the encoding type ISO-8859-1 or ISO-8859-5, I am getting the following warning in Comm Channel Monitoring: "Empty document found. Proceed without sending message" , and no messages are shown in SXMB_MONI as well.

stefan_grube
Active Contributor
0 Kudos

You have to check out, which encoding the file has. You cannot just guess.

If you don't know the encoding, ask the provider of the file.

Put the encoding to the configuration of the file adapter.

Regards

Stefan