Parsing XML issues with Special Characters
We are trying to parse an xml in Pega which has some tags with values having special characters like in-één ABCD. While parsing this tag the parse xml adds some unknown characters like in-����n ABCD. Is there a way by which we can remove this encoding in parse-xml?
***Updated by moderator: Lochan to close post***
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.

Indeed it was with the file encoding parameter in the JVM settings,Once it was changed from the admin console (since we run on weblogic), the parsing went fine, Thanks John for the quick and helpful insight on this.