cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT mapping chinese character encoding

Former Member
0 Kudos

Hi Experts,

We have a scenario, SAP ERP to SAP PI to Salesforce. I am using XSLT mapping for conversion. When ERP is sending data with chinese characters, Sales force is throwing an error. I have checked the output message and identified that XSLT mapping is converting the chinese characters as shown below. Salesforce is not accepting the output data. When i tested using the XSLT online editor tool, it is converting correctly. But in SAP PI, it is not converting properly. Could you please help me?

Input
<BillingCity>眅誠</BillingCity>

Output
<BillingCity>眅誠</BillingCity>

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Srinivas,

From your input/output both values seems to be similar,What exactly is the requirement. you have to convert it to some other text?