cancel
Showing results for 
Search instead for 
Did you mean: 

special characters in PI

Former Member
0 Kudos

Hi,

How does PI handle special characters ? There is a potential that we will have characters like # , "" in the sender payload for the Inbound scenarios. Is there any node function that we can use ? Else do we have to write a UDF for that ?

Any useful links that might point to that UDF will be great. I appreciate that.

Thanks,

Venkat.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Refer this blog, it is useful:

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9420 [original link is broken] [original link is broken] [original link is broken]

-Supriya.

stefan_grube
Active Contributor
0 Kudos

Besides & and < all visible characters are allowed in XML.

So you need not do anything special.

Former Member
0 Kudos

You need to use file encoding as ISO-8859-1 in your comms channel and your mapping sould be ok to handle special character.

Regards,

Vishal