Question
Eclat Solutions
US
Last activity: 10 Jan 2019 15:08 EST
Parsing XML issues with Special Characters 7.2.1
We are seeing some issue while parsing XML response from services(the service response is having some special characters as shown below) . I explored in pdn and find the below article. Can some one help on how to change the file encoding to utf-8 from cp1252 in 7.2.1, because I couldn't find 'setenv.bat' (or 'setenv.sh' on *nix) in Tomcat.
Special char: <planDesp>Community�Part D</planDesp>
https://collaborate.pega.com/question/parsing-xml-issues-special-characters
Do I need to add the following set in jvm args or let me know in which file I need to make change?
-Dfile.encoding=utf-8
***Edited by Moderator Marissa to update platform capability tags****